We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf6176 commit 64d9a6cCopy full SHA for 64d9a6c
tests/intern.js
@@ -33,8 +33,8 @@ define(['intern/lib/args'], function (args) {
33
// Beauty, Bob.
34
reporters: 'pretty',
35
36
- // Functional test suite(s) to run in each browser once non-functional tests are completed
37
- functionalSuites: [ 'tests/functional' ],
+ // Unless you pass in a command-line arg saying otherwise, we run all tests by default.
+ functionalSuites: [ 'tests/functional-all' ],
38
39
// A regular expression matching URLs to files that should not be included in code coverage analysis
40
excludeInstrumentation: /./
0 commit comments