From 1297d298a6f821dbf476e142abc8e86cb602c54d Mon Sep 17 00:00:00 2001 From: imad zairig Date: Sat, 30 May 2020 12:05:32 +0200 Subject: [PATCH] fix CI --- test/WebpackConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/WebpackConfig.js b/test/WebpackConfig.js index ab8eb125..96b83908 100644 --- a/test/WebpackConfig.js +++ b/test/WebpackConfig.js @@ -1356,7 +1356,7 @@ describe('WebpackConfig object', () => { expect(() => { config.configureLoaderRule('reason'); - }).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".'); + }).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".'); }); it('Call method with not a valid callback', () => {