Skip to main content
Module

x/trading_signals/jest.config.json

Technical indicators to run technical analysis for Deno. πŸ“ˆ
File
{ "collectCoverage": false, "collectCoverageFrom": ["**/*.{ts,tsx}", "!**/*.d.ts", "!**/index.ts", "!**/start*.ts"], "coverageReporters": ["html", "lcov", "text"], "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } }, "preset": "ts-jest", "setupFilesAfterEnv": [], "testEnvironment": "node", "testRegex": "\\.test\\.tsx?$"}