Files
access-controller/static/main/js/control_page/jest.config.js
2021-05-07 22:29:50 +03:00

10 lines
127 B
JavaScript

module.exports = {
verbose: true,
testPathIgnorePatterns: [
"./node_modules/"
],
roots: [
"./__tests__"
],
}