xpeppers / trackerbot

Our serverless time tracking bot
https://www.xpeppers.com
8 stars 5 forks source link

npm command for run all offline tests #17

Closed daniele-xp closed 7 years ago

daniele-xp commented 7 years ago

eg. npm t:offline

ivoputzer commented 7 years ago

this is not possibile the way npm itself is made. what you can do, though, is to add a custom run script and trigger it via npm run test:offline ;) #18

daniele-xp commented 7 years ago

I moved every offline tests in a dedicated directory some days ago. Now run them is really easy: ava test/offline