Skip to content

Commit 829001b

Browse files
test: uncomment (#405)
1 parent aee8482 commit 829001b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/loader.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ describe("loader", () => {
302302
);
303303
const stats = await compile(compiler);
304304
const codeFromBundle = getCodeFromBundle(stats, compiler);
305-
// const codeFromLess = await getCodeFromLess(testId);
306-
//
307-
// expect(codeFromBundle.css).toBe(codeFromLess.css);
305+
const codeFromLess = await getCodeFromLess(testId);
306+
307+
expect(codeFromBundle.css).toBe(codeFromLess.css);
308308
expect(codeFromBundle.css).toMatchSnapshot("css");
309309
expect(getWarnings(stats)).toMatchSnapshot("warnings");
310310
expect(getErrors(stats)).toMatchSnapshot("errors");

0 commit comments

Comments
 (0)