Skip to content

Webpack4 #4490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
May 20, 2018
Prev Previous commit
Next Next commit
fix sass test
  • Loading branch information
Jack Zhao committed May 20, 2018
commit 6e83944025ee90718bcb5285906a49e0b808bc45
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('Integration', () => {

it('sass modules inclusion', async () => {
const doc = await initDOM('sass-modules-inclusion');
matchCSS([/.+sass-styles_sassModulesInclusion.+\{background:.+;color:.+}/,
matchCSS(doc, [/.+sass-styles_sassModulesInclusion.+\{background:.+;color:.+}/,
/.+assets_sassModulesIndexInclusion.+\{background:.+;color:.+}/]);
});

Expand Down