This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ describe('Kickstart:addcomponent', function () {
71
71
} ) ;
72
72
73
73
it ( 'is the new module wired to project-name.scss?' , function ( ) {
74
- assert . fileContent ( 'components/foo.scss' , / @ i m p o r t \" a p p \/ f o o \/ f o o \" ; / ) ;
74
+ assert . fileContent ( 'components/foo.scss' , / @ i m p o r t \' a p p \/ f o o \/ f o o \' ; / ) ;
75
75
} ) ;
76
76
77
77
it ( 'is the new module wired to project-name.js?' , function ( ) {
@@ -129,7 +129,7 @@ describe('Kickstart:addcomponent', function () {
129
129
} ) ;
130
130
131
131
it ( 'is the new module wired to _project-name.scss?' , function ( ) {
132
- assert . fileContent ( 'components/_foo.scss' , / @ i m p o r t \" a p p \/ f o o \/ f o o \" ; / ) ;
132
+ assert . fileContent ( 'components/_foo.scss' , / @ i m p o r t \' a p p \/ f o o \/ f o o \' ; / ) ;
133
133
} ) ;
134
134
135
135
} ) ;
@@ -194,7 +194,7 @@ describe('Kickstart:addcomponent', function () {
194
194
} ) ;
195
195
196
196
it ( 'is the new module wired to project-name.scss?' , function ( ) {
197
- assert . fileContent ( 'components/bar.scss' , / @ i m p o r t \" a p p \/ _ d e f e r r e d \/ b a r \/ b a r \" ; / ) ;
197
+ assert . fileContent ( 'components/bar.scss' , / @ i m p o r t \' a p p \/ _ d e f e r r e d \/ b a r \/ b a r \' ; / ) ;
198
198
} ) ;
199
199
200
200
it ( 'is the new module wired to project-name.js?' , function ( ) {
You can’t perform that action at this time.
0 commit comments