troubleshooting jest code example
Example: javascript troubleshooting with jest
{
"scripts" : {
+ "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
}
}
{
"scripts" : {
+ "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
}
}