Skip to content

Commit

Permalink
fix:script transformer snap updated to include id
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit Takkar committed Oct 30, 2021
1 parent a38bf11 commit 5931406
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion e2e/__tests__/__snapshots__/showConfig.test.ts.snap
Expand Up @@ -25,6 +25,7 @@ exports[`--showConfig outputs config info and exits 1`] = `
"forceNodeFilesystemAPI": false,
"throwOnModuleCollision": false
},
"id": "[md5 hash]",
"injectGlobals": true,
"moduleDirectories": [
"node_modules"
Expand All @@ -39,7 +40,6 @@ exports[`--showConfig outputs config info and exits 1`] = `
],
"moduleNameMapper": [],
"modulePathIgnorePatterns": [],
"id": "[md5 hash]",
"prettierPath": "prettier",
"resetMocks": false,
"resetModules": false,
Expand Down
Expand Up @@ -17,6 +17,7 @@ exports[`prints the config object 1`] = `
"forceCoverageMatch": [],
"globals": {},
"haste": {},
"id": "test_name",
"injectGlobals": true,
"moduleDirectories": [],
"moduleFileExtensions": [
Expand All @@ -26,7 +27,6 @@ exports[`prints the config object 1`] = `
"moduleNameMapper": [],
"modulePathIgnorePatterns": [],
"modulePaths": [],
"id": "test_name",
"prettierPath": "prettier",
"resetMocks": false,
"resetModules": false,
Expand Down

0 comments on commit 5931406

Please sign in to comment.