UNPKG

jest-runner-shellcheck

Version:
12 lines (11 loc) 228 B
module.exports = { displayName: "test", globals: { "process.env": { NODE_ENV: "test" } }, testRegex: "\\.spec\\.js$", testPathIgnorePatterns: ["node_modules"], watchPlugins: ["jest-plugin-filename"] };