Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将测试与模块放在同一个文件夹中,以避免在树上跳来跳去。捆绑时是否可以使 microbundle-crl 跳过测试文件?
我正在尝试在我的仓库https://github.com/trajano/react-hooks-tests
它实际上是由于tsc而不是微束。
tsc
只需添加tsconfig.json
tsconfig.json
"exclude": ["**/*.test.ts", "**/*.test.tsx", "src/test-support/*"]