This repository was archived by the owner on Jan 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Greenkeeper/sn client js 2.4.0 (#40)
* chore(package): update sn-client-js to version 2.4.0 * [KFI]chore(launch.json): fixed mocha debug profile for vs code * [KFI]test(EpicsTest): Flatterned Select assertions, added RELOAD_CONTENTFIELDS_REQUEST field list (r
- Loading branch information
Showing
3 changed files
with
38 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
{ | ||
// Use IntelliSense to learn about possible Node.js debug attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Debug tests", | ||
"runtimeExecutable": "mocha", | ||
"windows": { | ||
"runtimeExecutable": "mocha.cmd" | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Mocha Tests", | ||
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", | ||
"args": [ | ||
"-u", | ||
"tdd", | ||
"--timeout", | ||
"999999", | ||
"--colors", | ||
"-p", | ||
"${workspaceRoot}\\tsconfig.json", | ||
"${workspaceRoot}/dist/test/index.js" | ||
], | ||
"internalConsoleOptions": "openOnSessionStart" | ||
}, | ||
"preLaunchTask": "build", | ||
"runtimeArgs": [ | ||
"--debug-brk", | ||
"./dist/test/index.js" | ||
], | ||
"program": "${workspaceRoot}\\test\\index.ts", | ||
"outFiles": [ | ||
"${workspaceRoot}\\dist\\**\\*.js" | ||
], | ||
"port": 5858 | ||
} | ||
] | ||
} | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Launch Program", | ||
"program": "${workspaceRoot}\\dist\\src\\sn-redux.js", | ||
"outFiles": [ | ||
"${workspaceRoot}/out/**/*.js" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters