UNPKG

@featurevisor/sdk

Version:

Featurevisor SDK for Node.js and the browser

7 lines (6 loc) 192 B
module.exports = { preset: "ts-jest", bail: true, collectCoverageFrom: ["src/**/*.ts"], coveragePathIgnorePatterns: ["src/index.ts", "src/murmurhash.ts", "src/compareVersions.ts"], };