fix(test): All tests are working with vitest [DXJ-306] (#291)

This commit is contained in:
Pavel
2023-03-23 16:10:51 +04:00
committed by GitHub
parent 9345040b87
commit 58ad3ca6f6
22 changed files with 589 additions and 1011 deletions

View File

@ -1,3 +1,4 @@
import { it, describe, expect } from 'vitest';
import { toUint8Array } from 'js-base64';
import * as bs58 from 'bs58';
import { KeyPair } from '../index.js';