Skip to content

Commit 901025e

Browse files
re-enabling tests
1 parent a5826ea commit 901025e

6 files changed

+19
-10
lines changed

test/TestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('TestCases', () => {
99
const outputDirectory = path.resolve(__dirname, 'js');
1010
for (const directory of fs.readdirSync(casesDirectory)) {
1111
if (!/^(\.|_)/.test(directory)) {
12-
xit(`${directory} should compile to the expected result`, (done) => {
12+
it(`${directory} should compile to the expected result`, (done) => {
1313
const directoryForCase = path.resolve(casesDirectory, directory);
1414
const outputDirectoryForCase = path.resolve(outputDirectory, directory);
1515
const webpackConfig = require(path.resolve(directoryForCase, 'webpack.config.js'));

test/cases/js-hash/expected/style.41bf047ed4fa005a3e24.js

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[1],[
2+
/* 0 */,
3+
/* 1 */
4+
/***/ (function(module, exports, __webpack_require__) {
5+
6+
// extracted by extract-css-chunks-webpack-plugin
7+
module.exports = {"a":"wX52cuPepLZcpDx5S3yYO"};
8+
9+
/***/ })
10+
]]);

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,14 @@ babel-jest@^22.2.2, babel-jest@^22.4.4:
716716
babel-plugin-istanbul "^4.1.5"
717717
babel-preset-jest "^22.4.4"
718718

719+
babel-loader@^7.1.4:
720+
version "7.1.4"
721+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.4.tgz#e3463938bd4e6d55d1c174c5485d406a188ed015"
722+
dependencies:
723+
find-cache-dir "^1.0.0"
724+
loader-utils "^1.0.2"
725+
mkdirp "^0.5.1"
726+
719727
babel-messages@^6.23.0:
720728
version "6.23.0"
721729
resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"

0 commit comments

Comments
 (0)