near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 22 forks source link

feat: migrate preferred test framework to AVA #64

Closed willemneal closed 2 years ago

willemneal commented 2 years ago

AVA has concurrency built in while jest's test.concurrent has a bug that causes waiting tests to fail if another fails (see #63)

This also fixes an issue with how call sites were resolved for testnet caching.