Skip to content
Draft
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"label": "start:local",
"command": "npm",
"args": ["run", "start:local"]
},
{
"label": "test:functions",
"command": "npm",
"options": {
"cwd": "${workspaceFolder}/functions"
},
"args": ["run", "test"]
}
]
}
15 changes: 0 additions & 15 deletions functions/jest.config.js

This file was deleted.

Loading
Loading