We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d92149 commit 8ec0812Copy full SHA for 8ec0812
packages/cli-v3/e2e/index.test.ts
@@ -164,8 +164,6 @@ if (testCases.length > 0) {
164
});
165
166
test.skipIf(skipTypecheck)("typechecks", async () => {
167
- expect(global.resolvedConfig!.status).not.toBe("error");
168
-
169
await expect(
170
(async () =>
171
await typecheckProject((global.resolvedConfig as ReadConfigFileResult).config))()
@@ -175,8 +173,6 @@ if (testCases.length > 0) {
175
173
test(
176
174
wantCompilationError ? "does not compile" : "compiles",
177
async () => {
178
179
180
const expectation = expect(
181
(async () => {
182
const { entryPointMetaOutput, metaOutput } = await compile({
0 commit comments