patrickarlt/acetate

View on GitHub
.vscode/launch.json

Summary

Maintainability
Test Coverage
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Run AVA test",
      "program": "${workspaceRoot}/node_modules/ava/profile.js",
      "args": ["${file}"]
    }
  ]
}