mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-20 01:55:09 +00:00
- Upgrade vitest from 1.x to 3.x. - Fix some tests that now became more strict and started failing - Add test command to all packages + needed dependencies - Add turbo config for running tests Another PR will completely redo the e2e test suite.
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
import { webcrypto } from 'node:crypto'
|
|
import { vi } from 'vitest'
|
|
|
|
vi.stubGlobal('crypto', webcrypto)
|