Skip to content

Commit

Permalink
test: move tests to 'right' path
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Jan 5, 2024
1 parent d3b90f0 commit f0c25e8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ try {
process.exit(0)
}

const { Client } = require('../..')
const { Client } = require('../../..')

test('Diagnostics channel - connect error', (t) => {
const connectError = new Error('custom error')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ try {
process.exit(0)
}

const { Client } = require('../..')
const { Client } = require('../../..')
const { createServer } = require('http')

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

0 comments on commit f0c25e8

Please sign in to comment.