@@ -10,7 +10,7 @@ var Migrator = require('../lib/migrator');
1010assertDiff . options . strict = true ;
1111
1212describe ( "Migrator" , function ( ) {
13- describe ( 'newComponentStructure = flat' , function ( ) {
13+ describe ( 'structure = flat' , function ( ) {
1414 var tmpPath = "tmp/process-files" ;
1515 var fixturesPath = path . resolve ( __dirname , "fixtures/classic-to-flat" ) ;
1616
@@ -41,7 +41,7 @@ describe("Migrator", function() {
4141 var migratorOptions = Object . assign (
4242 {
4343 projectRoot : tmpPath ,
44- newComponentStructure : 'flat'
44+ structure : 'flat'
4545 } ,
4646 migratorConfig
4747 ) ;
@@ -59,7 +59,7 @@ describe("Migrator", function() {
5959 } ) ;
6060
6161
62- describe ( 'newComponentStructure = nested' , function ( ) {
62+ describe ( 'structure = nested' , function ( ) {
6363 var tmpPath = "tmp/process-files" ;
6464 var fixturesPath = path . resolve ( __dirname , "fixtures/classic-to-nested" ) ;
6565
@@ -90,7 +90,7 @@ describe("Migrator", function() {
9090 var migratorOptions = Object . assign (
9191 {
9292 projectRoot : tmpPath ,
93- newComponentStructure : 'nested'
93+ structure : 'nested'
9494 } ,
9595 migratorConfig
9696 ) ;
0 commit comments