Skip to content

Commit 900501b

Browse files
committed
More fixes
1 parent dd267d5 commit 900501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/__tests__/version.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('Version', () => {
4040
'src',
4141
'version.ts'
4242
);
43-
const VERSIONS_PATH = path.join(CODE_DIR_PATH, 'lib', 'cli', 'src', 'versions.ts');
43+
const VERSIONS_PATH = path.join(CODE_DIR_PATH, 'lib', 'core-common', 'src', 'versions.ts');
4444
const A11Y_PACKAGE_JSON_PATH = path.join(CODE_DIR_PATH, 'addons', 'a11y', 'package.json');
4545

4646
it('should throw when release type is invalid', async () => {

0 commit comments

Comments
 (0)