@@ -11,7 +11,7 @@ describe('scripts', () => {
11
11
} ) ;
12
12
13
13
it ( `should create lint scripts` , ( ) => {
14
- expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ " n p m : l i n t : \* " / u) ;
14
+ expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ ' n p m : l i n t : \* ' / u) ;
15
15
expect ( output . scripts [ 'lint:js' ] ) . toMatch ( / ^ e s l i n t / u) ;
16
16
expect ( output . scripts [ 'lint:js' ] ) . toMatch ( / - - e x t / u) ;
17
17
expect (
@@ -30,7 +30,7 @@ describe('scripts', () => {
30
30
} ) ;
31
31
32
32
it ( `should create lint scripts` , ( ) => {
33
- expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ " n p m : l i n t : \* " / u) ;
33
+ expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ ' n p m : l i n t : \* ' / u) ;
34
34
expect ( output . scripts [ 'lint:js' ] ) . toMatch ( / ^ e s l i n t / u) ;
35
35
expect ( output . scripts [ 'lint:js' ] ) . toMatch ( / - - e x t / u) ;
36
36
expect (
@@ -49,7 +49,7 @@ describe('scripts', () => {
49
49
} ) ;
50
50
51
51
it ( `should create lint scripts` , ( ) => {
52
- expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ " n p m : l i n t : \* " / u) ;
52
+ expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ ' n p m : l i n t : \* ' / u) ;
53
53
expect ( output . scripts [ 'lint:css' ] ) . toMatch ( / ^ s t y l e l i n t / u) ;
54
54
expect ( output . scripts [ 'lint:css' ] ) . toMatch ( / \{ c s s \} / u) ;
55
55
} ) ;
@@ -65,7 +65,7 @@ describe('scripts', () => {
65
65
} ) ;
66
66
67
67
it ( `should create lint scripts` , ( ) => {
68
- expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ " n p m : l i n t : \* " / u) ;
68
+ expect ( output . scripts . lint ) . toMatch ( / c o n c u r r e n t l y .+ ' n p m : l i n t : \* ' / u) ;
69
69
expect ( output . scripts [ 'lint:css' ] ) . toMatch ( / ^ s t y l e l i n t / u) ;
70
70
expect ( output . scripts [ 'lint:css' ] ) . toMatch ( / [ ^ s ] c s s / u) ;
71
71
expect ( output . scripts [ 'lint:css' ] ) . toMatch ( / s c s s / u) ;
@@ -88,7 +88,7 @@ describe('scripts', () => {
88
88
} ) ;
89
89
90
90
it ( `should create build scripts` , ( ) => {
91
- expect ( output . scripts . build ) . toMatch ( / c o n c u r r e n t l y .+ " n p m : b u i l d : \* " / u) ;
91
+ expect ( output . scripts . build ) . toMatch ( / c o n c u r r e n t l y .+ ' n p m : b u i l d : \* ' / u) ;
92
92
expect ( output . scripts [ 'build:js' ] ) . toMatch ( / ^ e s b u i l d / u) ;
93
93
expect ( output . scripts [ 'build:js' ] ) . not . toMatch ( / \n / u) ;
94
94
} ) ;
0 commit comments