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
Reading through the article and through this support thread, this module-federation example, and the tweets around Code Streaming, I'm a bit confused on how we can write an integration test with jest where the federated apps could be resolved from a module that is fetched from a server (hosted on S3) instead of require-ing from the hard drive.
@ScriptedAlchemy in regards to tests, is the idea to use something like fetch/axios to load the module and then add it to the require.cache?
Reading through the article and through this support thread, this module-federation example, and the tweets around Code Streaming, I'm a bit confused on how we can write an integration test with jest where the federated apps could be resolved from a module that is fetched from a server (hosted on S3) instead of
require
-ing from the hard drive.@ScriptedAlchemy in regards to tests, is the idea to use something like
fetch
/axios
to load the module and then add it to therequire.cache
?webpack.test.config.js:
The text was updated successfully, but these errors were encountered: