Skip to content

Commit e86ef77

Browse files
committed
chore: update
1 parent 26bb0ab commit e86ef77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/minify/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('minify config (mf)', () => {
5656
// biome-ignore format: snapshot
5757
expect(mfExposeEntry).toMatchInlineSnapshot(`
5858
"/*! For license information please see __federation_expose_default_export.js.LICENSE.txt */
59-
"use strict";(globalThis["default_minify"]=globalThis["default_minify"]||[]).push([["525"],{233:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__);__webpack_require__.d(__webpack_exports__,{Button:()=>Button,foo:()=>foo});var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(491);/*! Legal Comment */const foo=()=>{};const Button=()=>/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("button",{})}}]);"
59+
"use strict";(globalThis["default_minify"]=globalThis["default_minify"]||[]).push([["525"],{5:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.r(__webpack_exports__);__webpack_require__.d(__webpack_exports__,{Button:()=>Button,foo:()=>foo});var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(491);/*! Legal Comment */const foo=()=>{};const Button=()=>/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("button",{})}}]);"
6060
`);
6161
});
6262

@@ -67,7 +67,7 @@ describe('minify config (mf)', () => {
6767
expect(mfExposeEntry).toMatchInlineSnapshot(`
6868
""use strict";
6969
(globalThis["disable_minify"] = globalThis["disable_minify"] || []).push([["525"], {
70-
233: (function (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
70+
5: (function (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7171
__webpack_require__.r(__webpack_exports__);
7272
__webpack_require__.d(__webpack_exports__, {
7373
Button: () => (Button),

0 commit comments

Comments
 (0)