Skip to content

Commit 966cb75

Browse files
author
xueren.dt
committed
fix(ava): rename mock folder
1 parent d4bcc4c commit 966cb75

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ module.exports = {
1818
moduleNameMapper: {
1919
'^@antv/ava': ['<rootDir>/src/index.ts'],
2020
'^@ava/(.*)$': '<rootDir>/src/$1',
21-
'^@antv/gpt-vis$': '<rootDir>/__tests__/__mocks__/gpt-vis.ts',
21+
'^@antv/gpt-vis$': '<rootDir>/__tests__/mocks/gpt-vis.ts',
2222
},
2323
};

0 commit comments

Comments
 (0)