diff --git a/packages/typespec-ts/test/modularIntegration/specialWords.spec.ts b/packages/typespec-ts/test/modularIntegration/specialWords.spec.ts index 066f2f4d66..dcdd616502 100644 --- a/packages/typespec-ts/test/modularIntegration/specialWords.spec.ts +++ b/packages/typespec-ts/test/modularIntegration/specialWords.spec.ts @@ -1,6 +1,6 @@ import { assert } from "chai"; import { SpecialWordsClient } from "./generated/specialWords/src/SpecialWordsClient.js"; -describe.only("Special Words Client", () => { +describe("Special Words Client", () => { let client: SpecialWordsClient; beforeEach(() => {