mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
update most packages
This commit is contained in:
@@ -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() });
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
export function flushPromises(): Promise<unknown> {
|
||||
return new Promise(setImmediate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user