Homa Wong
Homa Wong
Currently when consuming this project with `moduleResolution: Node16/NodeNext` fail with the following errors: ```sh .../node_modules/micro-memoize/src/Cache.ts(4,10): error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled....
### Describe the bug I have a project containing both server and client code. So I want to run tests also in `node`. When I run `vitest`, I get `Cannot...
### Describe the bug When upgrading form storybook 8.2.6 to 8.3.4, I got this error. It is caused by `@storybook/react/dist/chunk-OOL6AVF7.mjs`: ```js ... import * as DeprecatedReactTestUtils from 'react-dom/test-utils'; ``` I'm...
### Describe the bug Running `vitest` worspace (in watch mode) with a project is using browser mode. When a root config is changed `vitest` detects the change and try to...
### Clear and concise description of the problem Currently, `test.resolveSnapshotPath(testfilePath, extension)` does not provide a way to discover the project root. This make it not possible to create snapshots relative...
### Clear and concise description of the problem Currently, when `page.screenshot({ base64: true })`, the file is still being created. I want to delegate the file creation to another code...
### Describe the bug Getting this error when building a image snapshot plugin for vitest browser mode integration: ```sh node_modules/rollup/dist/rollup.d.ts (4:0): "BaseNode" is not exported by "node_modules/@types/estree/index.d.ts", imported by "node_modules/rollup/dist/rollup.d.ts"....
### Describe the bug I notice this error occurs when I'm running tests from time to time. ```sh page.evaluate: StorybookTestRunnerError: An error occurred in the following story. Access the link...