Skip to content

Commit

Permalink
fix(dev): Fix unit test debugging configuration (#4915)
Browse files Browse the repository at this point in the history
In #4907, all of our jest config was pulled out of `package.json` and put into `jest.config.js` files. This fixes our VSCode debug profile for unit tests to point to the new config.
  • Loading branch information
lobsterkatie authored Apr 12, 2022
1 parent af7abc0 commit f2c8cee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
// this runs one test at a time, rather than running them in parallel (necessary for debugging so that you know
// you're hitting a single test's breakpoints, in order)
"--runInBand",
// TODO: when we unify jest config, we may need to change this
"--config",
"${workspaceFolder}/packages/${input:getPackageName}/package.json",
// coverage messes up the source maps
"--coverage",
"false",
Expand Down

0 comments on commit f2c8cee

Please sign in to comment.