Skip to content

Commit 1297d29

Browse files
committed
fix CI
1 parent cda2209 commit 1297d29

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
@@ -1356,7 +1356,7 @@ describe('WebpackConfig object', () => {
13561356

13571357
expect(() => {
13581358
config.configureLoaderRule('reason');
1359-
}).to.throw('Loader "reason" is not configurable. Valid loaders are "javascript", "css", "images", "fonts", "sass", "less", "stylus", "vue", "eslint", "typescript", "handlebars" and the aliases "js", "ts", "scss".');
1359+
}).to.throw('Loader "reason" is not configurable. Valid loaders are "javascript", "css", "images", "fonts", "sass", "less", "stylus", "vue", "eslint", "typescript", "handlebars", "svelte" and the aliases "js", "ts", "scss".');
13601360
});
13611361

13621362
it('Call method with not a valid callback', () => {

0 commit comments

Comments
 (0)