feat: tests

This commit is contained in:
2023-04-21 12:08:35 +02:00
parent 8cb9285462
commit d8c79256c9
140 changed files with 2100 additions and 2693 deletions

View File

@@ -3,18 +3,9 @@
"branches": 90,
"check-coverage": true,
"exclude": [],
"extension": [
".ts"
],
"extension": [".ts"],
"functions": 95,
"include": [
"src/protocol/route.ts",
"src/things/abstract/thing.ts",
"src/things/abstract/thing-that-can-be-offered.ts",
"src/things/abstract/thing-with-categories.ts",
"src/translator.ts",
"src/guards.ts"
],
"include": ["src/**/*.ts"],
"lines": 95,
"per-file": true,
"reporter": [
@@ -22,8 +13,6 @@
"html",
"text-summary"
],
"require": [
"ts-node/register"
],
"require": ["ts-node/register"],
"statements": 95
}