I found that there are two packages ava
and ava-tf
.
But I didn't find and description how they differ.
I found that there are two packages ava
and ava-tf
.
But I didn't find and description how they differ.
They are the same package, the valid and better one to use is ava. You can see this on the npm entry for ava-tf, where the install instructions point to the ava package: https://www.npmjs.com/package/ava-tf
$ npm install --global ava
$ ava --init