feat: update tests

feat: update tests

feat: update tests
This commit is contained in:
2023-05-30 16:12:00 +02:00
parent d6d4f6e5c4
commit 0d60b8bfad
87 changed files with 1021 additions and 823 deletions

View File

@@ -11,17 +11,19 @@
"lint:fix": "dotenv -c -- turbo run lint:fix",
"publish-packages": "dotenv -c -- turbo run build format lint test && changeset version && changeset publish",
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
"syncpack:fix": "node sync.mjs && syncpack format && syncpack fix-mismatches",
"test": "dotenv -c -- turbo run test"
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
"test": "dotenv -c -- turbo run test && node coverage.mjs"
},
"devDependencies": {
"@changesets/cli": "2.26.0",
"@changesets/cli": "2.26.1",
"cobertura-merge": "1.0.4",
"deepmerge": "4.3.1",
"dotenv-cli": "7.1.0",
"glob": "10.2.1",
"dotenv-cli": "7.2.1",
"glob": "10.2.6",
"package-sync-cli": "1.3.2",
"syncpack": "9.8.4",
"turbo": "1.8.3",
"typedoc": "0.23.28"
"syncpack": "10.1.0",
"turbo": "1.10.0",
"typedoc": "0.24.7",
"typescript": "4.6.4"
}
}