You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, how I can use this plugin with Vitest Workspaces?
One issue I'm facing is reading the relay configuration located in each workspace. Currently the plugin reads the configuration from the current directory and not from the workspace directory.
I want it to read the configuration in /packages/abc/relay.config.js instead of /relay.config.js when running the vitest command in the root directory.
One idea would be to allow you to submit Relay settings directly to this plugin via Javascript.
The text was updated successfully, but these errors were encountered:
Hello, how I can use this plugin with Vitest Workspaces?
One issue I'm facing is reading the relay configuration located in each workspace. Currently the plugin reads the configuration from the current directory and not from the workspace directory.
I want it to read the configuration in
/packages/abc/relay.config.js
instead of/relay.config.js
when running thevitest
command in the root directory.One idea would be to allow you to submit Relay settings directly to this plugin via Javascript.
The text was updated successfully, but these errors were encountered: