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

@@ -7,8 +7,8 @@ const options = {
format: {
override: {
scripts: {
"format": "prettier .",
"format:fix": "prettier --write ."
"format": "prettier . --ignore-path ../../.gitignore",
"format:fix": "prettier --write . --ignore-path ../../.gitignore"
},
prettier: "@openstapps/prettier-config"
},
@@ -40,17 +40,6 @@ const options = {
},
},
if: "tsup"
},
test: {
override: {
scripts: {
"test": "nyc mocha 'test/**/*.spec.ts'"
},
nyc: {
extends: "@openstapps/nyc-config"
}
},
if: "@openstapps/nyc-config"
}
}