We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type error in 0.6.2 (not present in 0.5.1)
The import path for the types is incorrect, causing type errors on the silenceMessage config option.
silenceMessage
In node_modules/vitest-fail-on-console/dist/src/index.d.ts, there is this import:
node_modules/vitest-fail-on-console/dist/src/index.d.ts
import { VitestFailOnConsoleFunction } from './src/types';
...however there is no src folder - the types.d.ts file is a sibling
src
types.d.ts
The text was updated successfully, but these errors were encountered:
f4e4a21
Thanks @charliematters for raising this issue! It has been fixed in commit f4e4a21 and published on v0.6.3 available on NPM 👌
v0.6.3
Sorry, something went wrong.
That's great - thanks!
thomasbrodusch
No branches or pull requests
Bug description
Type error in 0.6.2 (not present in 0.5.1)
Description
The import path for the types is incorrect, causing type errors on the
silenceMessage
config option.In
node_modules/vitest-fail-on-console/dist/src/index.d.ts
, there is this import:...however there is no
src
folder - thetypes.d.ts
file is a siblingExpected outcome
Actual outcome
Screenshots / Video / StackTrace
The text was updated successfully, but these errors were encountered: