Skip to content

Commit 353ebbd

Browse files
ci: debug
1 parent 551b225 commit 353ebbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/build/config-format/typescript-cjs/typescript.test.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,12 @@ describe("typescript commonjs configuration", () => {
7676
expect(existsSync(resolve(__dirname, "dist/foo.bundle.js"))).toBeTruthy();
7777
});
7878

79-
it("should support typescript commonjs configuration (using `interpret`)", async () => {
79+
it.only("should support typescript commonjs configuration (using `interpret`)", async () => {
8080
const [major] = process.versions.node.split(".").map(Number);
8181
const { exitCode, stderr, stdout } = await run(__dirname, ["-c", "./webpack.config.ts"], {
82+
env: {
83+
WEBPACK_DEBUG_CONFIGURATION_LOADING: true,
84+
},
8285
nodeOptions: [
8386
// Disable typescript strip types for tests
8487
...(major >= 22 ? ["--no-experimental-strip-types"] : []),

0 commit comments

Comments
 (0)