Skip to content

Commit

Permalink
Merge pull request #196 from johnnyreilly/master
Browse files Browse the repository at this point in the history
Fix some html-weback-plugin tests
  • Loading branch information
johnnyreilly committed May 17, 2016
2 parents 01d3c08 + b670873 commit 5324491
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"escape-string-regexp": "^1.0.3",
"fs-extra": "^0.22.1",
"glob": "^6.0.3",
"html-webpack-plugin": "^2.16.1",
"html-webpack-plugin": "^2.17.0",
"mkdirp": "^0.5.1",
"mocha": "^2.1.0",
"rimraf": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<title>Webpack App</title>
</head>
<body>
<script src="bundle.js"></script></body>
<script type="text/javascript" src="bundle.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.6/output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Asset Size Chunks Chunk Names
bundle.js 1.41 kB 0 [emitted] main
index.html 159 bytes [emitted]
index.html 182 bytes [emitted]
chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Expand Down
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<title>Webpack App</title>
</head>
<body>
<script src="bundle.js"></script></body>
<script type="text/javascript" src="bundle.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.7/output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Asset Size Chunks Chunk Names
bundle.js 1.41 kB 0 [emitted] main
index.html 159 bytes [emitted]
index.html 182 bytes [emitted]
chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Expand Down
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<title>Webpack App</title>
</head>
<body>
<script src="bundle.js"></script></body>
<script type="text/javascript" src="bundle.js"></script></body>
</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Asset Size Chunks Chunk Names
bundle.js 1.43 kB 0 [emitted] main
index.html 159 bytes [emitted]
index.html 182 bytes [emitted]
chunk {0} bundle.js (main) 36 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 36 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Expand Down
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.8/output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Asset Size Chunks Chunk Names
bundle.js 1.41 kB 0 [emitted] main
index.html 159 bytes [emitted]
index.html 182 bytes [emitted]
chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Expand Down
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.9/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<title>Webpack App</title>
</head>
<body>
<script src="bundle.js"></script></body>
<script type="text/javascript" src="bundle.js"></script></body>
</html>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Asset Size Chunks Chunk Names
bundle.js 1.43 kB 0 [emitted] main
index.html 159 bytes [emitted]
index.html 182 bytes [emitted]
chunk {0} bundle.js (main) 36 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 36 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Expand Down
2 changes: 1 addition & 1 deletion test/html-webpack-plugin/expectedOutput-1.9/output.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Asset Size Chunks Chunk Names
bundle.js 1.41 kB 0 [emitted] main
index.html 159 bytes [emitted]
index.html 182 bytes [emitted]
chunk {0} bundle.js (main) 22 bytes [rendered]
[0] ./.test/html-webpack-plugin/app.ts 22 bytes {0} [built]
Child html-webpack-plugin for "index.html":
Expand Down

0 comments on commit 5324491

Please sign in to comment.