Skip to content

Instantly share code, notes, and snippets.

@bbangert
Created September 29, 2019 21:30
Show Gist options
  • Save bbangert/40ef0173bb0b547d6f4da42a20719d04 to your computer and use it in GitHub Desktop.
Save bbangert/40ef0173bb0b547d6f4da42a20719d04 to your computer and use it in GitHub Desktop.
auth-server tasks
{
"version": "2.0.0",
"tasks": [
{
"label": "Current AuthServer Local Test",
"type": "shell",
"command": "./scripts/mocha-coverage.js",
"args": [
"-R",
"dot",
"--recursive",
"--timeout",
"5000",
"--exit",
"${relativeFile}"
],
"group": "test",
"presentation": {
"echo": true,
"reveal": "always",
"focus": false,
"panel": "dedicated"
},
"options": {
"env": {
"NODE_ENV": "dev",
"VERIFIER_VERSION": "0",
"NO_COVERAGE": "1",
"CORS_ORIGIN": "http://foo,http://bar"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment