diff --git a/.vscode/launch.json b/.vscode/launch.json index cc8b8ba..d5ffc03 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,6 +23,18 @@ "uriFormat": "%s", "action": "debugWithChrome" } + }, + { + "name": "Next.js: tests", + "type": "node-terminal", + "request": "launch", + "command": "yarn test" + }, + { + "name": "Next.js: watch tests", + "type": "node-terminal", + "request": "launch", + "command": "yarn test:watch" } ] }