| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 76a9634 commit 3234155
21 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,3 @@ | |||
| 1 | + rules: | ||
| 2 | + node-core/required-modules: off | ||
| 3 | + node-core/require-common-first: off | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,7 +46,6 @@ For example, for the URL tests, add a file `test/wpt/test-url.js`: | |||
| 46 | 46 | ```js | |
| 47 | 47 | 'use strict'; | |
| 48 | 48 | ||
| 49 | - require('../common'); | ||
| 50 | 49 | const { WPTRunner } = require('../common/wpt'); | |
| 51 | 50 | ||
| 52 | 51 | const runner = new WPTRunner('url'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - require('../common'); | ||
| 2 | + | ||
| 3 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 4 | 4 | ||
| 5 | 5 | const runner = new WPTRunner('dom/abort'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | - require('../common'); | ||
| 4 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 5 | 4 | ||
| 6 | 5 | const runner = new WPTRunner('html/webappapis/atob'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | - require('../common'); | ||
| 4 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 5 | 4 | ||
| 6 | 5 | const runner = new WPTRunner('FileAPI/blob'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | - require('../common'); | ||
| 4 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 5 | 4 | ||
| 6 | 5 | const runner = new WPTRunner('webmessaging/broadcastchannel'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - require('../common'); | ||
| 2 | + | ||
| 3 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 4 | 4 | ||
| 5 | 5 | const runner = new WPTRunner('console'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | - require('../common'); | ||
| 4 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 5 | 4 | ||
| 6 | 5 | const runner = new WPTRunner('webidl/ecmascript-binding/es-exceptions'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - require('../common'); | ||
| 2 | + | ||
| 3 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 4 | 4 | const runner = new WPTRunner('encoding'); | |
| 5 | 5 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - require('../common'); | ||
| 2 | + | ||
| 3 | 3 | const { WPTRunner } = require('../common/wpt'); | |
| 4 | 4 | ||
| 5 | 5 | const runner = new WPTRunner('dom/events'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments