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 d5d3e66 commit 3bd68ebCopy full SHA for 3bd68eb
test/index.test.ts
@@ -38,9 +38,9 @@ describe('errx', () => {
38
},
39
{
40
"column": "<number>",
41
- "function": "runSuite",
+ "function": "processTicksAndRejections",
42
"line": "<number>",
43
- "source": "@vitest/runner/dist/index.js",
+ "source": "node:internal/process/task_queues",
44
45
46
@@ -50,13 +50,13 @@ describe('errx', () => {
50
51
52
53
- "function": "runFiles",
+ "function": "runSuite",
54
55
"source": "@vitest/runner/dist/index.js",
56
57
58
59
- "function": "startTests",
+ "function": "runFiles",
60
61
62
0 commit comments