fix(typecheck): run both runtime and typecheck tests if typecheck.include
overlaps with include
#10943
Annotations
2 errors
test/typescript/test/runner.test.ts#L122
AssertionError: expected '\n RUN v2.1.0-beta.5 /Users/runner/w…' to contain '✓ for: %s'
- Expected
+ Received
- ✓ for: %s
+
+ RUN v2.1.0-beta.5 /Users/runner/work/vitest/vitest/test/typescript/fixtures/dynamic-title
+
+ ✓ test/dynamic-title.test-d.ts > each: %s
+ ✓ test/dynamic-title.test-d.ts > for: %s
+ ✓ test/dynamic-title.test-d.ts > dynamic skip
+ ✓ test/dynamic-title.test-d.ts > template string
+ ✓ test/dynamic-title.test-d.ts > template ${"some value"} string
+ ✓ test/dynamic-title.test-d.ts > template ${`literal`} string
+ ✓ test/dynamic-title.test-d.ts > name
+ ✓ test/dynamic-title.test-d.ts > (() => "some name")()
+
+ Test Files 1 passed (1)
+ Tests 8 passed (8)
+ Type Errors no errors
+ Start at 08:22:46
+ Duration 1.35s (transform 0ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 0ms, typecheck 1.34s)
+
+
❯ test/runner.test.ts:122:27
|
|
This job failed
Loading