Skip to content

Commit

Permalink
test: fix breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 8, 2023
1 parent 53f5347 commit 85579ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/plugin/normalize_config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* file that was distributed with this source code.
*/

import { join } from 'node:path'
import { test } from '@japa/runner'
import { normalizeConfig } from '../../src/plugin/normalize_config.js'

Expand Down Expand Up @@ -46,7 +47,7 @@ test.group('Nornalize config', () => {
enabled: true,
event: 'onError',
cleanOutputDirectory: true,
outputDirectory: './',
outputDirectory: join(process.cwd(), './'),
})
})

Expand Down

0 comments on commit 85579ce

Please sign in to comment.