ipynb2html/jest.config.js
2019-10-19 20:30:21 +02:00

12 lines
289 B
JavaScript

// For a detailed explanation regarding each configuration property, visit:
// https://jestjs.io/docs/en/configuration.html
module.exports = {
...require('./jest.config.base'),
// Run tests from one or more projects
projects: [
'<rootDir>',
'<rootDir>/packages/*/',
],
}