NWJS_Hour_Tracking/tests/unit/.eslintrc.js
The Jared Wilcurt 620b4f3ddb Mostly set up
2019-07-08 09:32:03 -04:00

6 lines
50 B
JavaScript

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