mlpcardgame/src/tests/unit/.eslintrc.js

6 lines
50 B
JavaScript
Raw Normal View History

2019-09-05 07:34:18 +00:00
module.exports = {
env: {
jest: true
}
};