Skip to content

Commit dab42d7

Browse files
committed
fix windows CI error
1 parent 3219a04 commit dab42d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cache.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ test("should allow to specify the .babelrc file", async () => {
360360
assert.deepEqual(stats.compilation.warnings, []);
361361
assert.match(
362362
stats.toString(configs[0].stats),
363-
/normalizing loader options\n\s+resolving Babel configs\n\s+cache is enabled\n\s+getting cache for.+\n\s+missed cache for.+\n\s+applying Babel transform\n\s+caching result for.+\n\s+cached result for.+\s+added '.+fixtures\/babelrc' to webpack dependencies/,
363+
/normalizing loader options\n\s+resolving Babel configs\n\s+cache is enabled\n\s+getting cache for.+\n\s+missed cache for.+\n\s+applying Babel transform\n\s+caching result for.+\n\s+cached result for.+\s+added '.+fixtures[\\/]babelrc' to webpack dependencies/,
364364
"The first run stat does not match the snapshot regex",
365365
);
366366

0 commit comments

Comments
 (0)