File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
1
import * as QUnit from 'qunit' ;
2
2
import AbstractTestLoader , {
3
- addModuleExcludeMatcher ,
4
- addModuleIncludeMatcher ,
3
+ addModuleIncludeMatcher
5
4
} from 'ember-cli-test-loader/test-support/index' ;
6
5
7
- addModuleExcludeMatcher ( function ( moduleName ) {
8
- return QUnit . urlParams . nolint && moduleName . match ( / \. ( j s h i n t | l i n t - t e s t ) $ / ) ;
9
- } ) ;
10
6
11
7
addModuleIncludeMatcher ( function ( moduleName ) {
12
8
return moduleName . match ( / \. j s h i n t $ / ) ;
@@ -46,13 +42,6 @@ export class TestLoader extends AbstractTestLoader {
46
42
Load tests following the default patterns:
47
43
48
44
* The module name ends with `-test`
49
- * The module name ends with `.jshint`
50
-
51
- Excludes tests that match the following
52
- patterns when `?nolint` URL param is set:
53
-
54
- * The module name ends with `.jshint`
55
- * The module name ends with `-lint-test`
56
45
57
46
@method loadTests
58
47
*/
You can’t perform that action at this time.
0 commit comments