Target Package
- every published packages containing test codes.
Environment
- Operating System: none
- Browser: none
- Node.js version: none
Current Behavior
The published package contains test code with a directory __test__. They are not necessary for package users. For example, you can see rest-api-client has them.
https://unpkg.com/browse/@kintone/[email protected]/lib/
Expected Behavior
The published npm packages contain no test codes. It can reduce package size. You can verify the files the package includes by yarn pack.