Skip to content

Commit b7c9b74

Browse files
committed
fix CI
1 parent 218f618 commit b7c9b74

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

14491449
expect(() => {
14501450
config.configureLoaderRule('reason');
1451-
}).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".');
1451+
}).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".');
14521452
});
14531453

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

0 commit comments

Comments
 (0)