Skip to content

Commit

Permalink
chore: .vscode project changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnaya committed Aug 18, 2019
1 parent 2298d4d commit 8a253eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"type": "node",
"request": "launch",
"name": "debug unit test",
"program": "${workspaceRoot}/node_modules/jest/bin/jest.js",
"args": ["-i", "${file}"],
"args": ["--runInBand", "-i", "${file}"],
// "preLaunchTask": "tsc: build - tsconfig.json"
},
{
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
},
"typescript.tsdk": "node_modules/typescript/lib",
// "javascript.validate.enable": false // enable for flow
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"jest.autoEnable": false,
"jest.enableCodeLens": true,
"jest.debugCodeLens.showWhenTestStateIn": ["fail", "unknown", "pass", "skip"]
}

0 comments on commit 8a253eb

Please sign in to comment.