Error when running pnpm test
#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I run
pnpm test
, I get the following error:Any idea why this error happens? Can it be related to usage of pnpm and
package.json5
or so (pnpm often gives me trouble)? Or just mocha issues? I've had troubles with mocha related to CommonJS/ESM before, and I'm mostly using vitest nowadays.Well, it could just be that there is a cyclic inclusion in this test. Certainly nanomath early on had trouble with cyclic inclusion. I have a tool that checks for it. I will take a look.