Skip to content

Commit

Permalink
style: format .mocharc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Dec 8, 2024
1 parent 1d30365 commit 0e010c8
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
{
"$schema": "https://json.schemastore.org/mocharc.json",
"import": [
"tsx"
],
"import": ["tsx"],
"reporter": "xunit",
"reporter-option": [
"output=coverage/junit.xml"
],
"reporter-option": ["output=coverage/junit.xml"],
"timeout": 5000,
"forbidOnly": true,
"watch-files": [
"src"
],
"watch-extensions": [
"ts"
],
"watch-files": ["src"],
"watch-extensions": ["ts"],
"ui": "bdd",
"spec": [
"src/**/*.test.ts"
]
"spec": ["src/**/*.test.ts"]
}

0 comments on commit 0e010c8

Please sign in to comment.