mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-01 18:31:35 +00:00
Start test suite
This commit is contained in:
parent
5024dc92af
commit
70348e1934
6 changed files with 2705 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,3 +1,10 @@
|
|||
# Code stuff
|
||||
node_modules
|
||||
.vscode
|
||||
|
||||
# Database stuff
|
||||
db/**/*.db*
|
||||
|
||||
# Test stuff
|
||||
/coverage
|
||||
/.nyc_output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue