We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc0f3d commit 3bc343eCopy full SHA for 3bc343e
__tests__/unit/lab-spec.ts
@@ -17,7 +17,7 @@ describe('lab', () => {
17
expect(fn).toBeCalledWith(`Plot 'X' is in BETA stage, DO NOT use it in production env.`);
18
19
notice(Stage.STABLE, 'Y');
20
- expect(fn).toBeCalledWith(`Plot 'Y' is in STABLE stage, import it by "import { Y } from '@antv/g2'".`);
+ expect(fn).toBeCalledWith(`Plot 'Y' is in STABLE stage, import it by "import { Y } from '@antv/g2plot'".`);
21
22
// @ts-ignore
23
notice('NO-STAGE', 'Y');
0 commit comments