mirror of
https://github.com/youzan/vant.git
synced 2025-12-11 02:04:16 +08:00
fix: test coverage
This commit is contained in:
@@ -3,9 +3,3 @@ require('packages/vant-css/src/index.css');
|
||||
// require all test files (files that ends with .spec.js)
|
||||
const testsReq = require.context('./specs', true, /\.spec$/);
|
||||
testsReq.keys().forEach(testsReq);
|
||||
|
||||
// require all src files except main.js for coverage.
|
||||
// you can also change this to match only the subset of files that
|
||||
// you want coverage for.
|
||||
const srcReq = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/);
|
||||
srcReq.keys().forEach(srcReq);
|
||||
|
||||
Reference in New Issue
Block a user