Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jun 20, 2024
1 parent 80ffff9 commit c7cc562
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/core/tests/__snapshots__/environments.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports[`environment config > should normalize environment config correctly 1`]
},
"hmr": true,
"liveReload": true,
"startUrl": false,
"writeToDisk": false,
},
"html": {
Expand Down Expand Up @@ -136,7 +135,6 @@ exports[`environment config > should print environment config when inspect confi
},
"hmr": true,
"liveReload": true,
"startUrl": false,
"writeToDisk": false,
},
"html": {
Expand Down Expand Up @@ -256,7 +254,6 @@ exports[`environment config > should print environment config when inspect confi
},
"hmr": true,
"liveReload": true,
"startUrl": false,
"writeToDisk": false,
},
"html": {
Expand Down Expand Up @@ -381,7 +378,6 @@ exports[`environment config > should support modify environment config by api.mo
},
"hmr": true,
"liveReload": true,
"startUrl": false,
"writeToDisk": false,
},
"html": {
Expand Down Expand Up @@ -501,7 +497,6 @@ exports[`environment config > should support modify environment config by api.mo
},
"hmr": true,
"liveReload": true,
"startUrl": false,
"writeToDisk": false,
},
"html": {
Expand Down Expand Up @@ -622,7 +617,6 @@ exports[`environment config > should support modify environment config by api.mo
},
"hmr": true,
"liveReload": true,
"startUrl": false,
"writeToDisk": false,
},
"html": {
Expand Down

0 comments on commit c7cc562

Please sign in to comment.