Commit a56a1b5
Add ability to debug tests
Add
``` JavaScript
debugger;
```
line in your tests where you want to start debugging and run
``` Shell
npm run debug-test test/unit/
```
Then open url printed in stdout in browser and hit run button in
Devtools toolbar.1 parent 9db2d77 commit a56a1b5
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments