Skip to content

Commit 27c3006

Browse files
committed
fixing test
1 parent e53a507 commit 27c3006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe('WebpackConfig object', () => {
248248

249249
expect(() => {
250250
config.configureBabel(() => {});
251-
}).to.throw('configureBabel() cannot be called because your app has a .babelrc file');
251+
}).to.throw('configureBabel() cannot be called because your app already has Babel configuration');
252252
});
253253
});
254254

0 commit comments

Comments
 (0)