File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ test.group('Bundler', () => {
99 'tsconfig.json' ,
1010 JSON . stringify ( { compilerOptions : { outDir : 'build' , skipLibCheck : true } } )
1111 ) ,
12- fs . create ( '. adonisrc.json ' , '{}' ) ,
12+ fs . create ( 'adonisrc.ts ' , 'export default {}' ) ,
1313 fs . create ( 'package.json' , '{}' ) ,
1414 fs . create ( 'package-lock.json' , '{}' ) ,
1515
@@ -36,8 +36,8 @@ test.group('Bundler', () => {
3636 assert . fileExists ( './build/resources/views/foo.edge' ) ,
3737 assert . fileExists ( './build/resources/views/nested/bar.edge' ) ,
3838 assert . fileExists ( './build/resources/views/nested/baz.edge' ) ,
39- assert . fileExists ( './build/.adonisrc.json' ) ,
4039 assert . fileExists ( './build/package.json' ) ,
40+ assert . fileExists ( './build/adonisrc.js' ) ,
4141 assert . fileExists ( './build/package-lock.json' ) ,
4242 ] )
4343 } )
You can’t perform that action at this time.
0 commit comments