Skip to content

Commit 3bc343e

Browse files
committed
test: 修复单测
1 parent fbc0f3d commit 3bc343e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/unit/lab-spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('lab', () => {
1717
expect(fn).toBeCalledWith(`Plot 'X' is in BETA stage, DO NOT use it in production env.`);
1818

1919
notice(Stage.STABLE, 'Y');
20-
expect(fn).toBeCalledWith(`Plot 'Y' is in STABLE stage, import it by "import { Y } from '@antv/g2'".`);
20+
expect(fn).toBeCalledWith(`Plot 'Y' is in STABLE stage, import it by "import { Y } from '@antv/g2plot'".`);
2121

2222
// @ts-ignore
2323
notice('NO-STAGE', 'Y');

0 commit comments

Comments
 (0)