Skip to content

Commit

Permalink
setup scaffolding for testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuang612 committed Aug 10, 2021
1 parent 07e4043 commit 22710c0
Show file tree
Hide file tree
Showing 3 changed files with 6,407 additions and 2,381 deletions.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const baseConfig = {
files: [
// we use the BDD interface for all of the tests that
// aren't interface-specific.
'test/unit/*.spec.js'
'test/unit/*.spec.js',
'test/browser-specific/*.spec.js'
],
plugins: [
'karma-mocha',
Expand Down
Loading

0 comments on commit 22710c0

Please sign in to comment.