arizas / Ariz-Portfolio

Overview of NEAR accounts: balances, transactions, staking rewards, deposits/withdrawals, profit/loss
https://arizportfolio.near.page/
MIT License
7 stars 1 forks source link

switch from Karma to web-test-runner for testing #9

Closed petersalomonsen closed 7 months ago

petersalomonsen commented 7 months ago

Karma is deprecated, but the Modern Web Test Runner is able to run the same tests using Playwright under the hood.

In order to not have to rewrite tests, and to ensure that they can continue to work, we should make the switch to this new test runner.