Skip to content

Commit

Permalink
fix: change test extension [gh-800]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos committed Aug 19, 2023
1 parent 22d544c commit f39c056
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = defineConfig({
runtimeId: '2022.10',
checkMatch: '**/*.check.ts',
browserChecks: {
testMatch: '**/*.spec.ts',
testMatch: '**/*.test.ts',
},
},
})
Expand Down

0 comments on commit f39c056

Please sign in to comment.