Skip to content

Commit

Permalink
chore: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Sep 1, 2024
1 parent b1fa8a7 commit 020a844
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/core/tests/__snapshots__/environments.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exports[`environment config > should normalize environment config correctly 1`]
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": true,
Expand Down Expand Up @@ -133,6 +134,7 @@ exports[`environment config > should normalize environment config correctly 2`]
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": false,
Expand Down Expand Up @@ -258,6 +260,7 @@ exports[`environment config > should print environment config when inspect confi
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": undefined,
Expand Down Expand Up @@ -415,6 +418,7 @@ exports[`environment config > should print environment config when inspect confi
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": undefined,
Expand Down Expand Up @@ -590,6 +594,7 @@ exports[`environment config > should support modify environment config by api.mo
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": undefined,
Expand Down Expand Up @@ -748,6 +753,7 @@ exports[`environment config > should support modify environment config by api.mo
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": undefined,
Expand Down Expand Up @@ -907,6 +913,7 @@ exports[`environment config > should support modify environment config by api.mo
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": undefined,
Expand Down Expand Up @@ -1069,6 +1076,7 @@ exports[`environment config > should support modify single environment config by
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": undefined,
Expand Down Expand Up @@ -1227,6 +1235,7 @@ exports[`environment config > should support modify single environment config by
"overlay": true,
"path": "/rsbuild-hmr",
"port": "",
"reconnect": 100,
},
"hmr": true,
"lazyCompilation": undefined,
Expand Down

0 comments on commit 020a844

Please sign in to comment.