diff --git a/.vscode/launch.json b/.vscode/launch.json index b55f65350daa..ff2618c4bf7d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,21 +5,8 @@ "type": "node", "request": "attach", "name": "Attach by Process ID", - "processId": "${command:PickProcess}" - }, - { - "type": "node", - "request": "launch", - "name": "test: active", - "runtimeExecutable": "yarn", - "runtimeArgs": [ - "test-debug-package" - ], - "args": [ - "${file}" - ], - "port": 5566, - "console": "integratedTerminal" + "processId": "${command:PickProcess}", + "continueOnAttach": true }, { "type": "node", diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index c7b562dfbd02..000000000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "rename yarn workspace packages", - "type": "shell", - "command": "node ./scripts/rename-workspace-packages --file ${file}", - "presentation": { - "echo": true, - "reveal": "silent", - "focus": false, - "panel": "shared", - "showReuseMessage": true, - "clear": false - }, - "problemMatcher": [] - }, - { - "label": "decaffeinate-bulk file", - "type": "shell", - "command": "yarn decaffeinate-bulk convert --file ${file}", - "problemMatcher": [] - }, - { - "label": "decaffeinate-bulk multiple files", - "type": "shell", - "command": "yarn decaffeinate-bulk convert --file ${file} ${file}", - "problemMatcher": [] - }, - { - "label": "decaffeinate-bulk dir", - "type": "shell", - "command": "yarn decaffeinate-bulk --dir ${fileDirname} convert", - "problemMatcher": [] - } - ] -} diff --git a/__snapshots__/mocha-snapshot-spec.js b/__snapshots__/mocha-snapshot-spec.js deleted file mode 100644 index 5e72aad2f262..000000000000 --- a/__snapshots__/mocha-snapshot-spec.js +++ /dev/null @@ -1,28 +0,0 @@ -exports['mocha snapshot captures mocha output 1'] = ` - - command: npm run test-mocha - code: 0 - failed: false - killed: false - signal: null - timedOut: false - - stdout: - ------- - > cypress@x.y.z test-mocha - > mocha --reporter spec scripts/spec.js - - - - mocha sanity check - Y works - - - 1 passing (