Skip to content

Commit 8ec0812

Browse files
committed
Remove unused guard clauses
1 parent 7d92149 commit 8ec0812

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cli-v3/e2e/index.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ if (testCases.length > 0) {
164164
});
165165

166166
test.skipIf(skipTypecheck)("typechecks", async () => {
167-
expect(global.resolvedConfig!.status).not.toBe("error");
168-
169167
await expect(
170168
(async () =>
171169
await typecheckProject((global.resolvedConfig as ReadConfigFileResult).config))()
@@ -175,8 +173,6 @@ if (testCases.length > 0) {
175173
test(
176174
wantCompilationError ? "does not compile" : "compiles",
177175
async () => {
178-
expect(global.resolvedConfig!.status).not.toBe("error");
179-
180176
const expectation = expect(
181177
(async () => {
182178
const { entryPointMetaOutput, metaOutput } = await compile({

0 commit comments

Comments
 (0)