Skip to content

Commit

Permalink
chore: fix karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Aug 6, 2021
1 parent d2a6fdc commit ef10259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function(config) {
files: [
'test/lib/triggerEvent.js',
'dist/san.dev.js',
'test/**/error.spec.js'
'test/**/*.spec.js'
],


Expand Down

0 comments on commit ef10259

Please sign in to comment.