hr/tests/unit/.eslintrc.js
2021-03-20 20:57:10 +08:00

6 lines
54 B
JavaScript

module.exports = {
env: {
jest: true
}
}