File tree Expand file tree Collapse file tree
test/fixtures/test-helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ module.exports = {
7171 options . type = testSubjectType + '-' + testType + '-test' ;
7272
7373 return new TestFileInfo ( options ) ;
74- } else if ( testType !== 'acceptance' ) {
74+ } else if ( testType !== 'acceptance' && pathParts [ 2 ] ) {
7575 options . type = testType ;
7676 options . base = 'tests' ;
7777 return new ClassicFileInfo ( options ) ;
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ module.exports = {
77 'environment.js' : '"ENV"'
88 } ,
99 tests : {
10+ '.eslint.js' : '{}' ,
11+ 'test-helper.js' : '{}' ,
1012 helpers : {
1113 'resolver.js' : 'import Resolver from "../../resolver";' ,
1214 'start-app.js' : 'import App from "../../app";'
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ module.exports = {
77 'environment.js' : '"ENV"'
88 } ,
99 tests : {
10+ '.eslint.js' : '{}' ,
11+ 'test-helper.js' : '{}' ,
1012 'helpers' : {
1113 'resolver.js' : 'import Resolver from "../../src/resolver";' ,
1214 'start-app.js' : 'import App from "../../src/main";'
You can’t perform that action at this time.
0 commit comments