Merge vitest

This commit is contained in:
Sidharth Vinod
2022-09-20 23:51:21 +05:30
parent e0aae3e31f
commit 3b30232e88
27 changed files with 657 additions and 1660 deletions

View File

@@ -1,8 +1,8 @@
import flowDb from '../flowDb';
import flow from './flow';
import { setConfig } from '../../../config';
const spyOn = jest.spyOn;
import { vi } from 'vitest';
const spyOn = vi.spyOn;
setConfig({
securityLevel: 'strict',