File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
test/e2e/webpack4/tests/fragment-intact Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 38
38
},
39
39
"devDependencies" : {
40
40
"@babel/cli" : " ^7.0.0" ,
41
- "@babel/core" : " ^7.0 .0" ,
41
+ "@babel/core" : " ^7.1 .0" ,
42
42
"@babel/preset-env" : " ^7.0.0" ,
43
43
"babel-core" : " ^7.0.0-bridge.0" ,
44
44
"babel-eslint" : " ^9.0.0" ,
45
+ "babel-jest" : " ^23.6.0" ,
45
46
"babel-plugin-add-module-exports" : " ^0.2.1" ,
46
47
"eslint" : " ^4.19.1" ,
47
48
"eslint-config-prettier" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 1
1
it ( "fragment-intact" , function ( ) {
2
2
expect ( require ( "./input.css" ) . replace ( / \r \n / g, "\n" ) ) . toEqual (
3
- ".block-1{color:red}.block-special{ color:transparent} .block-2{margin:0}"
3
+ ".block-1{color:red}\n .block-special {\n color: transparent\n}\n .block-2{margin:0}"
4
4
) ;
5
5
} ) ;
Original file line number Diff line number Diff line change 24
24
dependencies :
25
25
" @babel/highlight" " ^7.0.0"
26
26
27
- " @babel/core@^7.0 .0 " :
27
+ " @babel/core@^7.1 .0 " :
28
28
version "7.1.0"
29
29
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.0.tgz#08958f1371179f62df6966d8a614003d11faeb04"
30
30
dependencies :
You can’t perform that action at this time.
0 commit comments