Skip to content

Commit

Permalink
make tests atomic, add persistence tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix authored and staltz committed Sep 21, 2022
1 parent 7395acd commit 91099c9
Show file tree
Hide file tree
Showing 8 changed files with 366 additions and 435 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"ssb-db2": "^6.1.1",
"ssb-caps": "^1.1.0",
"tap-arc": "^0.3.5",
"tape": "^5.5.3"
"tape": "^5.6.0"
},
"scripts": {
"test": "tape test/*.js | tap-arc --bail",
"test": "tape \"test/**/*.test.js\" | tap-arc --bail",
"format-code": "prettier --write \"*.js\" \"test/*.js\"",
"format-code-staged": "pretty-quick --staged --pattern \"*.js\" --pattern \"test/*.js\"",
"coverage": "c8 --reporter=lcov npm run test"
Expand Down
Loading

0 comments on commit 91099c9

Please sign in to comment.