lorenzofox3 / zora

Lightest, yet Fastest Javascript test runner for nodejs and browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pta and typescript

tsnobip opened this issue · comments

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.

Hi, in the TS example you have a npm script which uses pta

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

you're right, easy solution 🤦