Skip to content

Commit

Permalink
Have mocha tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 1, 2022
1 parent 5a26729 commit d208a32
Show file tree
Hide file tree
Showing 6 changed files with 1,268 additions and 25 deletions.
15 changes: 15 additions & 0 deletions packages/cspell-eslint-plugin/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Debug Rollup",
"program": "${workspaceFolder}/node_modules/.bin/rollup",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"args": [
"--config",
"rollup.config.ts",
"--configPlugin",
"typescript"
],
"type": "pwa-node"
},
{
"name": "Launch Test",
"program": "${workspaceFolder}/dist/index.test.js",
Expand Down

0 comments on commit d208a32

Please sign in to comment.