We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eccdf5 commit f813069Copy full SHA for f813069
packages/core/tests/helper.test.ts
@@ -15,6 +15,7 @@ it('readPackageJson correctly', async () => {
15
it('checkMFPlugin correctly', async () => {
16
expect(
17
checkMFPlugin({
18
+ format: 'mf',
19
plugins: [
20
{ name: 'rsbuild:module-federation-enhanced', setup: () => {} },
21
],
@@ -23,6 +24,7 @@ it('checkMFPlugin correctly', async () => {
23
24
25
26
27
28
29
[
30
0 commit comments