Skip to content
Discussion options

You must be logged in to vote

Hey @snarkipus,

have you run npm run build after running install? Usually, vitest will compile the TypeScript code before running, but these 2 tests start new node processes, which require all the TypeScript files in the workspace to already be transpiled to JavaScript. We recently added the requirement to run build separately in #873.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@snarkipus
Comment options

snarkipus Feb 11, 2023
Collaborator Author

Answer selected by snarkipus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants