webamp/config/jest.eslint.js
2018-05-26 00:02:03 +01:00

6 lines
130 B
JavaScript

module.exports = {
rootDir: "../",
runner: "jest-runner-eslint",
displayName: "lint",
testMatch: ["<rootDir>/**/*.js"]
};