Skip to content

Commit

Permalink
Merge pull request #2300 from mikiher/bookfinder-testing-mocha
Browse files Browse the repository at this point in the history
Bookfinder.js unit testing with mocha
  • Loading branch information
advplyr authored Nov 18, 2023
2 parents cff2caa + 80e0611 commit d2aea86
Show file tree
Hide file tree
Showing 6 changed files with 6,578 additions and 2,063 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
/podcasts/
/media/
/metadata/
test/
/client/.nuxt/
/client/dist/
/dist/
/deploy/
/coverage/
/.nyc_output/

sw.*
.DS_STORE
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"editor.formatOnSave": true,
"editor.detectIndentation": true,
"editor.tabSize": 2
"editor.tabSize": 2,
"javascript.format.semicolons": "remove"
}
Loading

0 comments on commit d2aea86

Please sign in to comment.