Add support for IDE CodeBuddy #2
Annotations
4 errors
|
test
Process completed with exit code 1.
|
|
error::
test/templates.test.ts#L101
Expected promise
Received: [AsyncFunction]
at <anonymous> (/home/runner/work/onlyrules/onlyrules/test/templates.test.ts:101:18)
at <anonymous> (/home/runner/work/onlyrules/onlyrules/test/templates.test.ts:97:55)
|
|
TypeError: vi.mock is not a function. (In 'vi.mock("../src/core/generator":
test/cli.test.ts#L10
}))', 'vi.mock' is undefined)
at /home/runner/work/onlyrules/onlyrules/test/cli.test.ts:10:4
at loadAndEvaluateModule (2:1)
|
|
TypeError: vi.mock is not a function. (In 'vi.mock("../src/utils/reader":
test/generator.test.ts#L8
readRulesFromFile: vi.fn()
}))', 'vi.mock' is undefined)
at /home/runner/work/onlyrules/onlyrules/test/generator.test.ts:8:4
at loadAndEvaluateModule (2:1)
|