You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/typescript/test/__snapshots__/runner.test.ts.snap
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -94,14 +94,8 @@ Breaking changes might not follow semver, please pin Vitest's version when using
94
94
⎯⎯⎯⎯⎯⎯ Typecheck Error ⎯⎯⎯⎯⎯⎯⎯
95
95
Error: error TS18003: No inputs were found in config file '<root>/tsconfig.vitest-temp.json'. Specified 'include' paths were '[\\"src\\"]' and 'exclude' paths were '[\\"**/dist/**\\",\\"./dist\\"]'.
96
96
97
-
"
98
-
`;
99
97
100
-
exports[`should fail > typechecks with custom tsconfig 1`] = `
101
-
"TypeCheckError: Expected 1 arguments, but got 0.
102
-
TypeCheckError: Expected 1 arguments, but got 0.
103
-
TypeCheckError: Expected 1 arguments, but got 0.
104
-
TypeCheckError: Expected 1 arguments, but got 0."
98
+
"
105
99
`;
106
100
107
101
exports[`should fail > typecheks with custom tsconfig 1`] = `
0 commit comments