Skip to content

Commit

Permalink
refactor: get back test search
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Oct 7, 2024
1 parent d11d6a5 commit 703647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = (config) => {

files: [
{
pattern: 'test/router/router.spec.ts',
pattern: 'test/**/*.spec.ts',
type: 'module',
watched: false,
served: false,
Expand Down

0 comments on commit 703647d

Please sign in to comment.