UNPKG

pomeranian-durations

Version:

An immutable duration library based on the ISO-8601 format for durations.

25 lines 485 B
{ "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json", "packageManager": "npm", "reporters": [ "html", "clear-text", "progress" ], "testRunner": "mocha", "coverageAnalysis": "perTest", "tsconfigFile": "tsconfig.json", "mutator": "typescript", "mochaOptions": { "spec": [ "src/**/*.spec.ts" ], "extension": [ "ts" ], "require": [ "ts-node/register", "tsconfig-paths/register" ] } }