UNPKG

ui5-test-runner

Version:
28 lines (27 loc) 474 B
{ "testTimeout": 15000, "setupFilesAfterEnv": [ "./test/setup.js" ], "testPathIgnorePatterns": [ "/node_modules/", "/capabilities/" ], "collectCoverage": true, "collectCoverageFrom": [ "src/*.js" ], "coveragePathIgnorePatterns": [ "\\.spec\\.js", "output\\.js", "b\\capabilities\\b" ], "coverageThreshold": { "global": { "branches": 80, "functions": 80, "lines": 80, "statements": 80 } } }