Skip to content

Commit

Permalink
move reference comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Mar 26, 2022
1 parent a9cb1f6 commit 1433d4b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

// https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/doc/api/test.md

'use strict'

const assert = require('assert')
const test = require('.')

Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

// https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/lib/test.js

'use strict'

const test = require('./lib/harness')

module.exports = test
Expand Down
4 changes: 2 additions & 2 deletions lib/errors.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

// https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/lib/internal/errors.js

'use strict'

const assert = require('assert')
const { lazyInternalUtilInspect } = require('./primordials')

Expand Down
4 changes: 2 additions & 2 deletions lib/harness.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

// https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/lib/internal/test_runner/harness.js

'use strict'

const { createHook, executionAsyncId } = require('async_hooks')
const { FunctionPrototypeBind, SafeMap } = require('./primordials')
const {
Expand Down
4 changes: 2 additions & 2 deletions lib/tap_stream.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

// https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/lib/internal/test_runner/tap_stream.js

'use strict'

const { Readable } = require('stream')
const {
inspect,
Expand Down
4 changes: 2 additions & 2 deletions lib/test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

// https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/lib/internal/test_runner/test.js

'use strict'

const { AsyncResource } = require('async_hooks')
const {
types: { isPromise }
Expand Down
4 changes: 2 additions & 2 deletions test/message/test_runner_no_refs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://github.com/nodejs/node/blob/432d1b50e0432daf7e81dea9a8d6dca64ecde6a4/test/message/test_runner_no_refs.js
// Flags: --no-warnings
'use strict'

// https://github.com/nodejs/node/blob/432d1b50e0432daf7e81dea9a8d6dca64ecde6a4/test/message/test_runner_no_refs.js
'use strict'

const test = require('../..')

Expand Down
4 changes: 2 additions & 2 deletions test/message/test_runner_no_tests.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://github.com/nodejs/node/blob/432d1b50e0432daf7e81dea9a8d6dca64ecde6a4/test/message/test_runner_no_tests.js
// Flags: --no-warnings
'use strict'

// https://github.com/nodejs/node/blob/432d1b50e0432daf7e81dea9a8d6dca64ecde6a4/test/message/test_runner_no_tests.js
'use strict'

const test = require('../..')

Expand Down
4 changes: 2 additions & 2 deletions test/parallel/test-runner-exit-code.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

// https://github.com/nodejs/node/blob/094b2ae9ba2db28254bb09207a58bd9730ff097d/test/parallel/test-runner-exit-code.js

'use strict'

const assert = require('assert')
const { spawnSync } = require('child_process')

Expand Down

0 comments on commit 1433d4b

Please sign in to comment.