Skip to content

Commit d42e46c

Browse files
author
Mike Taylor
committed
Issue #942. Run functional-all by default in intern config.
1 parent d3c8675 commit d42e46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/intern.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ define(['intern/lib/args'], function (args) {
3333
// Beauty, Bob.
3434
reporters: 'pretty',
3535

36-
// Functional test suite(s) to run in each browser once non-functional tests are completed
37-
functionalSuites: [ 'tests/functional' ],
36+
// Unless you pass in a command-line arg saying otherwise, we run all tests by default.
37+
functionalSuites: [ 'tests/functional-all' ],
3838

3939
// A regular expression matching URLs to files that should not be included in code coverage analysis
4040
excludeInstrumentation: /./

0 commit comments

Comments
 (0)