pta and typescript
tsnobip opened this issue · comments
Paul Tsnobiladzé commented
What's the plan for supporting typescript in pta?
Thanks to the modularity of zora I can use other runners so it's definitely not a blocker, so just to know.
Being able to provide the node arguments to pta
would make it possible for all use cases easily I think.
RENARD Laurent commented
Hi, in the TS example you have a npm script which uses pta
RENARD Laurent commented
Being able to provide the node arguments to pta would make it possible for all use cases easily I think.
Not sure what you mean here, you can always call the pta .bin with node directly:
node ./node_modules/.bin/pta some.test.js
Paul Tsnobiladzé commented
you're right, easy solution 🤦