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
bun
We may have added bun support via:
pnpm create fuels
This issue is to validate the state of it and finish the job:
The text was updated successfully, but these errors were encountered:
Issue that is tracking the compatibility of bun wiptest with testing frameworks.
bun wiptest
Below I've captured the information that is relevant to vitest. (as of 16 May 2024)
vitest
Vitest expect() .toSatisfy(predicate) .toBeTypeOf(type) Mocks vi.fn vi.mock vi.doMock vi.mocked vi.spyOn vi.unmock vi.importActual vi.importMock vi.resetAllMocks vi.dynamicImportSettled vi.resetModules vi.restoreAllMocks vi.stubEnv vi.unstubAllEnvs vi.stubGlobal vi.unstubAllGlobals vi.doUnmock Timers vi.advanceTimersByTime vi.advanceTimersByTimeAsync vi.advanceTimersToNextTimer vi.advanceTimersToNextTimerAsync vi.getTimerCount vi.clearAllTimers vi.getMockedSystemTime vi.getRealSystemTime vi.restoreCurrentDate vi.runAllTicks vi.runAllTimers vi.runAllTimersAsync vi.runOnlyPendingTimers vi.runOnlyPendingTimersAsync vi.setSystemTime vi.useFakeTimers vi.useRealTimers Misc vi.resetConfig vi.setConfig
expect()
Sorry, something went wrong.
petertonysmith94
Successfully merging a pull request may close this issue.
We may have added
bun
support via:pnpm create fuels
CLI tool #1565 (comment)This issue is to validate the state of it and finish the job:
bun
The text was updated successfully, but these errors were encountered: