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
vitest
With the addition of #3349, we introduced vitest matchers into fuel-gauge.
fuel-gauge
The matchers are currently not available globally for the fuel-gauge and we extend these individually within each test file:
fuels-ts/packages/fuel-gauge/src/abi/abi-coder.test.ts
Line 52 in 176867e
The matchers lack full type support, which has mean't that we ignore the expectations from the TS compile:
Lines 763 to 764 in 176867e
expect.extends
@ts-expect-error
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
With the addition of #3349, we introduced
vitest
matchers intofuel-gauge
.The matchers are currently not available globally for the
fuel-gauge
and we extend these individually within each test file:fuels-ts/packages/fuel-gauge/src/abi/abi-coder.test.ts
Line 52 in 176867e
The matchers lack full type support, which has mean't that we ignore the expectations from the TS compile:
fuels-ts/packages/fuel-gauge/src/abi/abi-coder.test.ts
Lines 763 to 764 in 176867e
Tasks
fuel-gauge
and removeexpect.extends
from individual test files.@ts-expect-error
from expectations.The text was updated successfully, but these errors were encountered: