Skip to content

Commit

Permalink
TypeScript 3.0 and other random package updates (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Anderson committed Jul 31, 2018
1 parent 1116e63 commit 216672a
Show file tree
Hide file tree
Showing 3 changed files with 2,877 additions and 3,194 deletions.
9 changes: 8 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
"request": "launch",
"name": "Mocha Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": ["-u", "tdd", "--colors", "${workspaceFolder}/lib/test/**/*.js", "-g", ".*for non master resource$"],
"args": [
"-u",
"tdd",
"--colors",
"${workspaceFolder}/lib/test/**/*.js",
"-g",
".*validate queryIterator asyncIterator.*"
],
"internalConsoleOptions": "openOnSessionStart",
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/lib/**"]
Expand Down
Loading

0 comments on commit 216672a

Please sign in to comment.