/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vscode/tasks.json
19 строк
413 B
Orta
Add support for debugging Jest inside the current file (#5717)
05 мар 2018, 03:01
05 мар 2018, 03:01
0b076cd
Код
Авторство
О чём код?
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "args": ["run", "watch"], "command": "yarn", "identifier": "watch", "isBackground": true, "type": "process", "group": { "kind": "build", "isDefault": true }, "label": "Babel Watcher" } ] }