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
// test/test.index.jsimporttestfrom'ava'// or const test = require('test')
pnpm i
yarn test
here is the exact error i've received when executing yarn test after downloading ava with either pnpm or yarn 2
since micromatch does appear to be used, i can create a pr to add micromatch (latest version 3.0.4, published 3 years ago), to the package.json if you wish.
The text was updated successfully, but these errors were encountered:
What you're trying to do
Execute
ava
binaryWhat happened
Ava and crashes because it 'Cannot find module micromatch' (see photo below)
What you expected to happen
No crash to occur
Steps
pnpm i yarn test
here is the exact error i've received when executing
yarn test
after downloading ava with either pnpm or yarn 2since micromatch does appear to be used, i can create a pr to add micromatch (latest version 3.0.4, published 3 years ago), to the package.json if you wish.
The text was updated successfully, but these errors were encountered: