Skip to content

Commit

Permalink
refactor: remove files glob since using suites
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 19, 2024
1 parent 21fd776 commit 7bf8449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { configure, processCLIArgs, run } from '@japa/runner'
processCLIArgs(process.argv.splice(2))

configure({
files: ['tests/**/*.spec.ts'],
suites: [
{
name: 'main',
Expand Down

0 comments on commit 7bf8449

Please sign in to comment.