UNPKG

@stoplight/spectral-owasp-ruleset

Version:

Probably don't want to beg hackers to come and take your stuff.

13 lines (12 loc) 231 B
module.exports = async () => { return { preset: "ts-jest", testPathIgnorePatterns: ["__helpers__"], testEnvironment: "node", globals: { "ts-jest": { useIsolatedModules: true, }, }, }; };