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
This error originated in <spanfont-bold>{{ error.VITEST_TEST_PATH }}</span> test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
19
+
</p>
20
+
<pv-if="error.VITEST_TEST_NAME"text="sm"mb-2>
21
+
The latest test that might've caused the error is <spanfont-bold>{{ error.VITEST_TEST_NAME }}</span>. It might mean one of the following:<br>
22
+
<ul>
23
+
<li>
24
+
The error was thrown, while Vitest was running this test.
25
+
</li>
26
+
<li>
27
+
If the error occurred after the test had been completed, this was the last documented test before it was thrown.
0 commit comments