Skip to content

Commit 0e44ec5

Browse files
committed
fix: path to test files
1 parent 4332c0a commit 0e44ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { processCLIArgs, configure, run } from '@japa/runner'
1818
*/
1919
processCLIArgs(process.argv.slice(2))
2020
configure({
21-
files: ['test/**/*.spec.ts'],
21+
files: ['tests/**/*.spec.ts'],
2222
plugins: [assert(), expectTypeOf(), fileSystem()],
2323
})
2424

0 commit comments

Comments
 (0)