Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
test: use 'exclude' in karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Aug 28, 2013
1 parent b14d109 commit 5074e78
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions conf/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ module.exports = function(karma) {
'conf/mocha.conf.js',
'src/observe.js',
'util/array_reduction.js',
'tests/array_fuzzer.js',
'tests/test.js',
'tests/test_array_reduction.js',
'tests/*.js'
],

// list of files to exclude
exclude: [],
exclude: [
'tests/d8_array_fuzzer.js',
'tests/d8_planner_test.js'
],

frameworks: ['mocha'],

Expand Down

0 comments on commit 5074e78

Please sign in to comment.