Skip to content

Commit

Permalink
fix: path to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 22, 2023
1 parent 4332c0a commit 0e44ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { processCLIArgs, configure, run } from '@japa/runner'
*/
processCLIArgs(process.argv.slice(2))
configure({
files: ['test/**/*.spec.ts'],
files: ['tests/**/*.spec.ts'],
plugins: [assert(), expectTypeOf(), fileSystem()],
})

Expand Down

0 comments on commit 0e44ec5

Please sign in to comment.