Skip to content

Commit

Permalink
Restore broad tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed May 31, 2022
1 parent 0f11abe commit 3d5c4cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karma.conf.js
Expand Up @@ -16,9 +16,9 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'src/js/index.js',
// 'test/offline/**.test.js',
// 'test/online/**.test.js',
'test/online/related-genes.test.js',
'test/offline/**.test.js',
'test/online/**.test.js',
// 'test/online/related-genes.test.js',
{pattern: 'dist/data/**', watched: false, included: false, served: true, nocache: false}
],

Expand Down

0 comments on commit 3d5c4cb

Please sign in to comment.