We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303244a commit c83cabfCopy full SHA for c83cabf
jest.config.js
@@ -5,6 +5,7 @@ module.exports = {
5
moduleFileExtensions: ['js', 'ts'],
6
moduleNameMapper: {
7
'^tdesign-miniprogram/(.*)': '<rootDir>/src/$1',
8
+ '^tdesign-miniprogram': '<rootDir>/src/index',
9
'^@behaviors/(.*)': '<rootDir>/example/behaviors/$1',
10
},
11
testMatch: ['<rootDir>/src/**/__test__/**/*.test.{js,ts}'],
0 commit comments