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', () => {