Gathering detailed insights and metrics for src/__tests__
Other packages similar to src/__tests__
@yszk0123/list-files
## Usage See `src/__tests__`
devetui
// "compile": "npm run clean && cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__"
@hjertnes/create-tests
Script to keep your Node project structures and test structures in sync; it adds the missing folders and files from your source code ./src inside ./src/\__tests__; and removes any empty files/folders in the \__tests__ folder that doesn't exist in the sour
hlym-vueui
## Project Introduct this is a vue UI project. ``` - examples - example // 组件使用demo - button.vue - App.vue - main.js - packages // 组件包源码 - button - __tests__ 组件的单元测试 - button.spec.js - src - index.vue