Skip to content

Commit

Permalink
chore(tests): happy path tests (without assertions)
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Feb 28, 2022
1 parent 397c3c5 commit f8e3e3f
Show file tree
Hide file tree
Showing 6 changed files with 1,193 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": "airbnb-base",
"env": {
"node": true,
"mocha": true
},
"rules": {
"no-use-before-define": "off"
}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
node-version: 16.x
- run: npm ci
- run: npm run lint:ci
- run: npm test
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
.idea/
.DS_Store
site
.testdir
Loading

0 comments on commit f8e3e3f

Please sign in to comment.