Skip to content

Commit

Permalink
Add tests (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit authored Feb 6, 2024
1 parent 099be62 commit 35c2a29
Show file tree
Hide file tree
Showing 8 changed files with 466 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
run: |
npm ci
npm run build
npm run lint
npm test
4 changes: 4 additions & 0 deletions disabled-reporter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"json": false,
"spec": true
}
4 changes: 4 additions & 0 deletions incorrect-config-value.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"json": [1, 2, 3],
"spec": true
}
Loading

0 comments on commit 35c2a29

Please sign in to comment.