Skip to content

Commit 2600419

Browse files
test: debug
1 parent d754291 commit 2600419

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/middleware.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4233,7 +4233,7 @@ describe.each([
42334233
});
42344234

42354235
describe("writeToDisk option", () => {
4236-
describe('should work with "true" value', () => {
4236+
describe.only('should work with "true" value', () => {
42374237
let compiler;
42384238

42394239
const outputPath = path.resolve(
@@ -4641,7 +4641,7 @@ describe.each([
46414641
name,
46424642
framework,
46434643
compiler,
4644-
{ writeToDisk: true },
4644+
{ writeToDisk: true, debug: true },
46454645
);
46464646
});
46474647

0 commit comments

Comments
 (0)