update most packages

This commit is contained in:
2021-08-01 20:45:02 +03:00
committed by Stepan Usatiuk
parent 240804405e
commit a0567f60fa
10 changed files with 4302 additions and 4313 deletions

View File

@@ -1,4 +1,4 @@
import * as Enzyme from "enzyme";
import * as Adapter from "enzyme-adapter-react-16";
import * as Adapter from "@wojtekmaj/enzyme-adapter-react-17";
Enzyme.configure({ adapter: new Adapter() });

View File

@@ -1,3 +0,0 @@
export function flushPromises(): Promise<unknown> {
return new Promise(setImmediate);
}