UNPKG

tractjs

Version:

A library for running ONNX and TensorFlow inference in the browser.

11 lines (9 loc) 336 B
// For a detailed explanation regarding each configuration property, visit: // https://jestjs.io/docs/en/configuration.html module.exports = { collectCoverage: true, collectCoverageFrom: ['dist/tractjs.js'], coverageDirectory: 'coverage', coveragePathIgnorePatterns: ['node_modules/'], coverageReporters: ["text", "lcov"] };