Skip to content

Commit c64fc29

Browse files
committed
chore: update
1 parent 159bdc8 commit c64fc29

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

tests/integration/asset/__snapshots__/index.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var __webpack_require__ = {};
8989
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
9090
})();
9191
(()=>{
92-
__webpack_require__.r = function(exports1) {
92+
__webpack_require__.r = (exports1)=>{
9393
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
9494
value: 'Module'
9595
});
@@ -180,7 +180,7 @@ var __webpack_require__ = {};
180180
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
181181
})();
182182
(()=>{
183-
__webpack_require__.r = function(exports1) {
183+
__webpack_require__.r = (exports1)=>{
184184
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
185185
value: 'Module'
186186
});

tests/integration/auto-extension/index.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ describe('should respect output.filename.js and output.filenameHash to override
4242
// override output.filename.js
4343
expect(extname(entryFiles.esm0!)).toEqual('.mjs');
4444
expect(entryFiles.cjs0).toMatchInlineSnapshot(
45-
`"<ROOT>/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename/index.58a9daaa.js"`,
45+
`"<ROOT>/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename/index.d6fcc5d4.js"`,
4646
);
4747

4848
// override output.filenameHash
4949
expect(entryFiles.esm1).toMatchInlineSnapshot(
5050
`"<ROOT>/tests/integration/auto-extension/type-commonjs/config-override/dist/esm-override-filename-hash/index.996a7edd.js"`,
5151
);
5252
expect(entryFiles.cjs1).toMatchInlineSnapshot(
53-
`"<ROOT>/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename-hash/index.58a9daaa.js"`,
53+
`"<ROOT>/tests/integration/auto-extension/type-commonjs/config-override/dist/cjs-override-filename-hash/index.d6fcc5d4.js"`,
5454
);
5555
});
5656

@@ -69,7 +69,7 @@ describe('should respect output.filename.js and output.filenameHash to override
6969
`"<ROOT>/tests/integration/auto-extension/type-module/config-override/dist/esm-override-filename-hash/index.996a7edd.js"`,
7070
);
7171
expect(entryFiles.cjs1).toMatchInlineSnapshot(
72-
`"<ROOT>/tests/integration/auto-extension/type-module/config-override/dist/cjs-override-filename-hash/index.58a9daaa.js"`,
72+
`"<ROOT>/tests/integration/auto-extension/type-module/config-override/dist/cjs-override-filename-hash/index.d6fcc5d4.js"`,
7373
);
7474
});
7575
});

tests/integration/bundle-false/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var __webpack_require__ = {};
4545
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
4646
})();
4747
(()=>{
48-
__webpack_require__.r = function(exports1) {
48+
__webpack_require__.r = (exports1)=>{
4949
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
5050
value: 'Module'
5151
});

tests/integration/minify/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('minify config (mf)', () => {
6666

6767
expect(mfExposeEntry).toMatchInlineSnapshot(`
6868
""use strict";
69-
(globalThis['disable_minify'] = globalThis['disable_minify'] || []).push([["249"], {
69+
(globalThis["disable_minify"] = globalThis["disable_minify"] || []).push([["249"], {
7070
163: (function (__unused_webpack_module, __webpack_exports__, __webpack_require__) {
7171
__webpack_require__.r(__webpack_exports__);
7272
__webpack_require__.d(__webpack_exports__, {

0 commit comments

Comments
 (0)