Skip to content

Commit

Permalink
Update specialWords.spec.ts (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Apr 10, 2024
1 parent 60a2a3f commit 94b2003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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(() => {
Expand Down

0 comments on commit 94b2003

Please sign in to comment.