https://github.com/module-federation/reunited
Module federation and unit tests
https://github.com/module-federation/reunited
Last synced: 9 months ago
JSON representation
Module federation and unit tests
- Host: GitHub
- URL: https://github.com/module-federation/reunited
- Owner: module-federation
- License: mit
- Created: 2021-02-11T22:12:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T15:40:41.000Z (about 2 years ago)
- Last Synced: 2025-07-19T15:24:00.626Z (10 months ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 34
- Watchers: 2
- Forks: 4
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-projects - reunited - Module federation and unit tests ⭐34 `JavaScript` (📦 Legacy & Inactive Projects)
README
# Reunited
An example of federated unit testing.
The core concept is to have jest process an already built test file. This allows webpack to intercept and extent the require and runtime capabilities to async fetch tests from another origin.
If used with our code streaming technology, units of code could be streamed over the network for distributed testing
How to see federated unit tests working, this is intended for applications using module federation
1) `yarn install`
2) `yarn build`
3) `yarn test`