mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
feat: tests
This commit is contained in:
15
sync.mjs
15
sync.mjs
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user