Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Sep 30, 2024
1 parent daf66d0 commit a213c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/__tests__/type-generation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit a213c8a

Please sign in to comment.