naive-ui/test/unit/index.js
2019-05-24 14:41:33 +08:00

3 lines
166 B
JavaScript

// require all test files (files that ends with .spec.js)
const testsContext = require.context('./specs', true, /\.spec$/);
testsContext.keys().forEach(testsContext);