diff --git a/packages/wrangler/src/__tests__/type-generation.test.ts b/packages/wrangler/src/__tests__/type-generation.test.ts index ba9f3d255991..45be49a4c20b 100644 --- a/packages/wrangler/src/__tests__/type-generation.test.ts +++ b/packages/wrangler/src/__tests__/type-generation.test.ts @@ -49,7 +49,7 @@ describe("constructTypeKey", () => { }); }); -describe.only("constructTSModuleGlob() should return a valid TS glob ", () => { +describe("constructTSModuleGlob() should return a valid TS glob ", () => { it.each([ ["**/*.wasm", "*.wasm"], ["**/*.txt", "*.txt"],