Skip to content

Commit

Permalink
update test snapshot values
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Walker-GM committed Sep 24, 2024
1 parent 4de19ae commit 4bc8972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/babel-config/dist.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ describe('dist', () => {
"proposals": true,
"version": 3,
},
"version": "7.25.0",
"version": "7.25.6",
},
"CORE_JS_VERSION": "3.38",
"RUNTIME_CORE_JS_VERSION": "7.25.0",
"RUNTIME_CORE_JS_VERSION": "7.25.6",
"TARGETS_NODE": "20.10",
"getApiSideBabelConfigPath": [Function],
"getApiSideBabelPlugins": [Function],
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/src/__tests__/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ describe('api', () => {
proposals: true,
version: 3,
},
version: '7.25.0',
version: '7.25.6',
},
])

Expand Down

0 comments on commit 4bc8972

Please sign in to comment.