Skip to content

Commit afa9034

Browse files
committed
fix: ci scripts
1 parent 1711cc6 commit afa9034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/data/week-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { BuiltInLocaleKeys, defaultLocalize as defaultLocalizeType, Enum as EnumType } from '../../src';
1+
import type { BuiltInLocaleKeys, defaultLocalize as defaultLocalizeType, Enum as EnumType } from '@enum-plus';
22

33
export const localeEN = {
44
'enum-plus.options.all': 'All',

test/jest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defaultLocalize, Enum } from '../src';
1+
import { defaultLocalize, Enum } from '@enum-plus';
22
import { getLocales, setLang } from './data/week-config';
33

44
beforeAll(() => {

0 commit comments

Comments
 (0)