Skip to content

Commit

Permalink
remove vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Essential Randomness committed Jul 8, 2023
1 parent 0376187 commit 8564c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .vscode/settings.json

This file was deleted.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bobaserver",
"version": "0.0.0",
"version": "0.0.1",
"description": "Server for BobaBoard",
"homepage": "https://docs.bobaboard.com/",
"bugs": {
Expand All @@ -27,6 +27,7 @@
"test": "yarn run test:base",
"test:base": "cross-env DEBUG=bobaserver:*,-*info jest --runInBand --no-cache",
"test:changed": "yarn run test:base --watch --onlyChanged",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --no-cache",
"test:docker": "docker compose down && docker compose -f docker-compose.test.yml run --rm test",
"test:watch": "yarn run test --watchAll"
},
Expand Down

0 comments on commit 8564c27

Please sign in to comment.