Im new to ava so I followed the generic setup and then the typescript recipe.
running ava finds the test.ts file nicely. but --watch doesn't work then.. whut?!
when renaming test.ts to test.js it does work;
when running ava --watch test.ts it also does work.
Im new to ava so I followed the generic setup and then the typescript recipe.
running
avafinds thetest.tsfile nicely. but--watchdoesn't work then.. whut?!when renaming
test.tstotest.jsit does work;when running
ava --watch test.tsit also does work.