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 d754291 commit 2600419Copy full SHA for 2600419
1 file changed
test/middleware.test.js
@@ -4233,7 +4233,7 @@ describe.each([
4233
});
4234
4235
describe("writeToDisk option", () => {
4236
- describe('should work with "true" value', () => {
+ describe.only('should work with "true" value', () => {
4237
let compiler;
4238
4239
const outputPath = path.resolve(
@@ -4641,7 +4641,7 @@ describe.each([
4641
name,
4642
framework,
4643
compiler,
4644
- { writeToDisk: true },
+ { writeToDisk: true, debug: true },
4645
);
4646
4647
0 commit comments