mirror of
https://github.com/Shopify/draggable.git
synced 2026-01-18 15:54:06 +00:00
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"version": "1.0.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Jest Tests",
|
|
"program": "${workspaceRoot}/node_modules/.bin/jest",
|
|
"console": "integratedTerminal",
|
|
"args": [
|
|
"-i",
|
|
"--watchAll"
|
|
],
|
|
}
|
|
]
|
|
}
|