11-main/tests/unit/.eslintrc.js
2022-10-26 16:06:12 +08:00

6 lines
49 B
JavaScript

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