Skip to content

Commit 8170900

Browse files
committed
try failOnEmptyTestSuite:false
1 parent ba753c4 commit 8170900

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/jasmine/karma.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,10 @@ func.defaultConfig = {
236236
suppressSkipped: false,
237237
showSpecTiming: false,
238238
failFast: false
239-
}
239+
},
240+
241+
// e.g. when a test file does not container a given spec tags
242+
failOnEmptyTestSuite: false
240243
};
241244

242245
func.defaultConfig.preprocessors[pathToCustomMatchers] = ['browserify'];

0 commit comments

Comments
 (0)