Skip to content

Commit 54aa5c2

Browse files
committed
Remove test.only from conditionals.spec.ts
1 parent f2feeb4 commit 54aa5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/conditionals.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ test("variable in nested scope does not interfere with case scope", () => {
183183
`.expectToMatchJsResult();
184184
});
185185

186-
test.only("switch using variable re-declared in cases", () => {
186+
test("switch using variable re-declared in cases", () => {
187187
util.testFunction`
188188
let foo: number = 0;
189189
switch (foo) {

0 commit comments

Comments
 (0)