mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
module.exports = {
|
|
rootDir: "../",
|
|
runner: "jest-runner-eslint",
|
|
displayName: "lint",
|
|
testMatch: ["<rootDir>/**/*.js"]
|
|
};
|