Skip to content

Commit 7af6275

Browse files
committed
fix typo
1 parent 27d981f commit 7af6275

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/smoke/smoke-all.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function resolveTestSpecs(
180180
} else if (key === "noErrors") {
181181
checkWarnings = false;
182182
verifyFns.push(noErrors);
183-
} if (key === "noErrorsOrWarnings") {
183+
} else if (key === "noErrorsOrWarnings") {
184184
checkWarnings = false;
185185
verifyFns.push(noErrorsOrWarnings);
186186
} else {

0 commit comments

Comments
 (0)