Skip to content

Commit 21d7bea

Browse files
zairigimadweaverryan
authored andcommitted
fix CI
1 parent d28e57c commit 21d7bea

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

14951495
expect(() => {
14961496
config.configureLoaderRule('reason');
1497-
}).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".');
1497+
}).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".');
14981498
});
14991499

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

0 commit comments

Comments
 (0)