If targets is undefined the code seems to hang (never return):
tapes.add('test', d+'/*test.jsx', targets, true);
tapes.run(d+'/results.md');
As a result npm run test indesign-13 works great, but npm run test hangs without notification to what is going on.
If targets is
undefinedthe code seems to hang (never return):As a result
npm run test indesign-13works great, butnpm run testhangs without notification to what is going on.