Skip to content

Commit f0c25e8

Browse files
committed
test: move tests to 'right' path
1 parent d3b90f0 commit f0c25e8

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

test/diagnostics-channel/connect-error.js renamed to test/node-test/diagnostics-channel/connect-error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ try {
1212
process.exit(0)
1313
}
1414

15-
const { Client } = require('../..')
15+
const { Client } = require('../../..')
1616

1717
test('Diagnostics channel - connect error', (t) => {
1818
const connectError = new Error('custom error')
File renamed without changes.
File renamed without changes.

test/diagnostics-channel/post.js renamed to test/node-test/diagnostics-channel/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ try {
1212
process.exit(0)
1313
}
1414

15-
const { Client } = require('../..')
15+
const { Client } = require('../../..')
1616
const { createServer } = require('http')
1717

1818
test('Diagnostics channel - post', (t) => {

0 commit comments

Comments
 (0)