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, test } from 'vitest';
import { aqua2ts, ts2aqua } from '../conversions.js';
const i32 = { tag: 'scalar', name: 'i32' } as const;