Skip to content

Commit

Permalink
test: add global snapshot serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Oct 17, 2024
1 parent c9738c1 commit 3d195db
Showing 1 changed file with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, <https://goo.gl/fbAQLP>
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Base Defaults Snapshot should have the correct base config 1`] = `
Object {
Expand All @@ -15,19 +15,19 @@ Object {
],
},
},
"experiments": Object {
"asyncWebAssembly": false,
"css": undefined,
"futureDefaults": false,
"incremental": Object {
"collectModulesDiagnostics": false,
"emitAssets": true,
"inferAsyncModules": false,
"make": true,
"moduleCodegen": false,
"moduleHashes": false,
"moduleRuntimeRequirements": false,
"providedExports": false,
experiments: Object {
asyncWebAssembly: false,
css: undefined,
futureDefaults: false,
incremental: Object {
collectModulesDiagnostics: false,
emitAssets: true,
inferAsyncModules: false,
make: true,
moduleCodegen: false,
moduleHashes: false,
moduleRuntimeRequirements: false,
providedExports: false,
},
layers: false,
lazyCompilation: false,
Expand Down

0 comments on commit 3d195db

Please sign in to comment.