File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ const isCompat = Boolean(process.env.ENABLE_COMPAT_BUILD);
1212
1313module . exports = {
1414 plugins : [ < % if ( typescript ) { % >
15- [ '@babel/plugin-transform-typescript' , {
16- allExtensions : true ,
17- allowDeclareFields : true ,
18- onlyRemoveTypeImports : true ,
19- } ] , < % } % >
15+ [
16+ '@babel/plugin-transform-typescript' ,
17+ {
18+ allExtensions : true ,
19+ allowDeclareFields : true ,
20+ onlyRemoveTypeImports : true ,
21+ } ,
22+ ] , < % } % >
2023 [
2124 'babel-plugin-ember-template-compilation',
2225 {
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ for (let packageManager of SUPPORTED_PACKAGE_MANAGERS) {
5252
5353 it ( 'build and test' , async ( ) => {
5454 // Copy over fixtures
55- await helper . fixtures . use ( './my-addon/ src' ) ;
56- await helper . fixtures . use ( './test-app/ tests' ) ;
55+ await helper . fixtures . use ( './src' ) ;
56+ await helper . fixtures . use ( './tests' ) ;
5757 // Sync fixture with project's lint / formatting configuration
5858 // (controlled by ember-cli)
5959 //
You can’t perform that action at this time.
0 commit comments