Skip to content

Commit 4f9f2af

Browse files
committed
Bumping deps
1 parent 5ed5998 commit 4f9f2af

File tree

2 files changed

+1602
-824
lines changed

2 files changed

+1602
-824
lines changed

test/functional.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,9 +940,9 @@ module.exports = {
940940
config.enableVueLoader();
941941

942942
testSetup.runWebpack(config, (webpackAssert, stats) => {
943-
expect(stats.toJson().errors[0]).to.contain('Cannot process lang="scss" inside');
943+
expect(stats.toJson().errors[0]).to.contain('Cannot process lang="less" inside');
944944
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');
945+
expect(stats.toJson().errors[2]).to.contain('Cannot process lang="scss" inside');
946946
done();
947947
}, true);
948948
});

0 commit comments

Comments
 (0)