We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed5998 commit 4f9f2afCopy full SHA for 4f9f2af
test/functional.js
@@ -940,9 +940,9 @@ module.exports = {
940
config.enableVueLoader();
941
942
testSetup.runWebpack(config, (webpackAssert, stats) => {
943
- expect(stats.toJson().errors[0]).to.contain('Cannot process lang="scss" inside');
+ expect(stats.toJson().errors[0]).to.contain('Cannot process lang="less" inside');
944
expect(stats.toJson().errors[1]).to.contain('Cannot process lang="sass" inside');
945
- expect(stats.toJson().errors[2]).to.contain('Cannot process lang="less" inside');
+ expect(stats.toJson().errors[2]).to.contain('Cannot process lang="scss" inside');
946
done();
947
}, true);
948
});
0 commit comments