Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Dec 1, 2023
1 parent fbee470 commit 0de8416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.23.1",
"version": "7.23.5",
},
"CORE_JS_VERSION": "3.32",
"RUNTIME_CORE_JS_VERSION": "7.23.1",
"CORE_JS_VERSION": "3.33",
"RUNTIME_CORE_JS_VERSION": "7.23.5",
"TARGETS_NODE": "18.16",
"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 @@ -174,7 +174,7 @@ describe('api', () => {
proposals: true,
version: 3,
},
version: '7.23.4',
version: '7.23.5',
},
])

Expand Down

0 comments on commit 0de8416

Please sign in to comment.