@@ -9,30 +9,33 @@ module.exports = {
99 cwd : path . resolve ( __dirname , "../../../../rspack/tests/fixtures" ) ,
1010 diff : e =>
1111 e . toMatchInlineSnapshot ( `
12- - Expected
13- + Received
12+ - Expected
13+ + Received
1414
15- @@ ... @@
16- - "cache": false,
17- - "context": "<cwd>",
18- + "cache": Object {
19- + "type": "filesystem",
20- + },
21- + "context": "<cwd>/tests/fixtures",
22- @@ ... @@
23- - "chunkLoadingGlobal": "webpackChunk_rspack_core",
24- + "chunkLoadingGlobal": "webpackChunk",
25- @@ ... @@
26- - "devtoolNamespace": "@rspack/core",
27- + "devtoolNamespace": "",
28- @@ ... @@
29- - "hotUpdateGlobal": "webpackHotUpdate_rspack_core",
30- + "hotUpdateGlobal": "webpackHotUpdate",
31- @@ ... @@
32- - "path": "<cwd>/dist",
33- + "path": "<cwd>/tests/fixtures/dist",
34- @@ ... @@
35- - "uniqueName": "@rspack/core",
36- + "uniqueName": "",
37- ` )
15+ @@ ... @@
16+ - "cache": false,
17+ - "context": "<cwd>",
18+ + "cache": Object {
19+ + "type": "filesystem",
20+ + },
21+ + "context": "<cwd>/tests/fixtures",
22+ @@ ... @@
23+ - "chunkLoadingGlobal": "webpackChunk_rspack_core",
24+ + "chunkLoadingGlobal": "webpackChunk",
25+ @@ ... @@
26+ - "devtoolNamespace": "@rspack/core",
27+ + "devtoolNamespace": "",
28+ @@ ... @@
29+ - "hotUpdateGlobal": "webpackHotUpdate_rspack_core",
30+ + "hotUpdateGlobal": "webpackHotUpdate",
31+ @@ ... @@
32+ - "path": "<cwd>/dist",
33+ + "path": "<cwd>/tests/fixtures/dist",
34+ @@ ... @@
35+ - "uniqueName": "@rspack/core",
36+ + "uniqueName": "",
37+ @@ ... @@
38+ - "<cwd>",
39+ + "<cwd>/tests/fixtures",
40+ ` )
3841} ;
0 commit comments