UNPKG

vue-carousel-3d-yaxis

Version:

Beautiful, flexible and touch supported 3D Carousel for Vue.js

41 lines (40 loc) 759 B
{ "verbose": true, "transform": { ".*\\.(js|vue)$": "<rootDir>/tests/preprocessor.js" }, "testPathDirs": [ "tests/client" ], "testPathIgnorePatterns": [ "/node_modules/", "/debug/" ], "collectCoverageFrom": [ "src/*.vue", "src/mixins/*.js" ], "moduleFileExtensions": [ "node", "json", "vue", "js" ], "testRegex": ".*\\.spec.js$", "coverageDirectory": "<rootDir>/coverage/client", "coverageReporters": [ "json", "html", "text", "text-summary", "lcov" ], "coverageThreshold": { "global": { "branches": 40, "functions": 50, "lines": 50, "statements": 50 } } }