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
fs
so based on the following
https://github.com/YOU54F/msw-pact/tree/mswImprovements#custom-file-writers
we can provide a file writer for where we use a worker.
currently, we package use fs as a dep for the server node based invocation.
server
see https://github.com/YOU54F/examples/pull/1 for error running msw with-karma example with error
do we need to release two packages, one for a worker, one for a server, and the worker drops the fs dep and always expects a custom writer?
The text was updated successfully, but these errors were encountered:
version published as [email protected] thanks @IJuanI
[email protected]
Sorry, something went wrong.
No branches or pull requests
so based on the following
https://github.com/YOU54F/msw-pact/tree/mswImprovements#custom-file-writers
we can provide a file writer for where we use a worker.
currently, we package use
fs
as a dep for theserver
node based invocation.see https://github.com/YOU54F/examples/pull/1 for error running msw with-karma example with error
do we need to release two packages, one for a worker, one for a server, and the worker drops the fs dep and always expects a custom writer?
The text was updated successfully, but these errors were encountered: