UNPKG

shell-args

Version:

Parsing and quoting for shell command lines that supports both bash and windows styles of quoting.

11 lines (10 loc) 169 B
module.exports = { preset: "ts-jest", testEnvironment: "node", testMatch: [ "**/tests/**/*.ts", ], testPathIgnorePatterns: [ "/node_modules/", ], };