Skip to content

Commit d4e06d4

Browse files
committed
rebane
1 parent 5e98936 commit d4e06d4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

test/crasher.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Helper = require('./helper')
1010
const dirname = __dirname
1111

1212
test('crasher uncaught exception', async function (t) {
13-
const dir = path.join(dirname, 'fixtures', 'run-crasher-uncaught-exception')
13+
const dir = path.join(dirname, 'fixtures', 'crasher-uncaught-exception')
1414

1515
const teardown = Helper.rig({ runtimeArgv: [dir] })
1616
t.teardown(teardown)
@@ -39,7 +39,7 @@ test('crasher uncaught exception', async function (t) {
3939
})
4040

4141
test('crasher unhandled rejection', async function (t) {
42-
const dir = path.join(dirname, 'fixtures', 'run-crasher-unhandled-rejection')
42+
const dir = path.join(dirname, 'fixtures', 'crasher-unhandled-rejection')
4343

4444
const teardown = Helper.rig({ runtimeArgv: [dir] })
4545
t.teardown(teardown)

0 commit comments

Comments
 (0)