Skip to content

Commit

Permalink
vscode launch entries for tests (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf authored Mar 7, 2024
1 parent 8083ff0 commit 84aa086
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

1 comment on commit 84aa086

@vercel
Copy link

@vercel vercel bot commented on 84aa086 Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.