NWJS_Hour_Tracking/tests/unit/.eslintrc.js

6 lines
50 B
JavaScript
Raw Normal View History

2019-07-08 07:32:03 -06:00
module.exports = {
env: {
jest: true
}
};