mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
module.exports = {
|
|
displayName: "ESLint",
|
|
runner: "jest-runner-eslint",
|
|
testMatch: ["<rootDir>/src/**/*.(js|jsx|ts|tsx)"],
|
|
watchPlugins: ["jest-runner-eslint/watch-fix"],
|
|
};
|