We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd267d5 commit 900501bCopy full SHA for 900501b
scripts/release/__tests__/version.test.ts
@@ -40,7 +40,7 @@ describe('Version', () => {
40
'src',
41
'version.ts'
42
);
43
- const VERSIONS_PATH = path.join(CODE_DIR_PATH, 'lib', 'cli', 'src', 'versions.ts');
+ const VERSIONS_PATH = path.join(CODE_DIR_PATH, 'lib', 'core-common', 'src', 'versions.ts');
44
const A11Y_PACKAGE_JSON_PATH = path.join(CODE_DIR_PATH, 'addons', 'a11y', 'package.json');
45
46
it('should throw when release type is invalid', async () => {
0 commit comments