Skip to content

Commit e4e3e93

Browse files
cipolleschimeta-codesync[bot]
authored andcommitted
Update hermesTag fixture to current version format (#56751)
Summary: Pull Request resolved: #56751 The hermes-utils test used an old-style Hermes git tag ('hermes-2022-04-28-RNv0.69.0-...') as its fixture. Hermes now uses semver version strings (e.g. '250829098.0.13'). Update the fixture to match the current format so the test better represents real usage. ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D104649627 fbshipit-source-id: 00562fd7d0325acde6f4ccf906e4c34e3c705375
1 parent b05ab2f commit e4e3e93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/react-native/scripts/hermes/__tests__/hermes-utils-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ const {readHermesTag, setHermesTag} = require('../hermes-utils');
1414
// $FlowFixMe[untyped-import] (OSS) memfs
1515
const {memfs} = require('memfs');
1616

17-
const hermesTag =
18-
'hermes-2022-04-28-RNv0.69.0-15d07c2edd29a4ea0b8f15ab0588a0c1adb1200f';
17+
const hermesTag = '250829098.0.13';
1918
const ROOT_DIR = path.normalize(path.join(__dirname, '../../..'));
2019
const SDKS_DIR = path.join(ROOT_DIR, 'sdks');
2120

0 commit comments

Comments
 (0)