Completely updated React, fixed #11, (hopefully)
This commit is contained in:
5
goTorrentWebUI/node_modules/material-ui/test-utils/createShallow.d.ts
generated
vendored
5
goTorrentWebUI/node_modules/material-ui/test-utils/createShallow.d.ts
generated
vendored
@@ -2,11 +2,8 @@ import { shallow, EnzymeSelector } from 'enzyme';
|
||||
|
||||
export interface ShallowOptions {
|
||||
shallow: typeof shallow;
|
||||
otherContext: Object;
|
||||
dive: boolean;
|
||||
untilSelector: EnzymeSelector;
|
||||
}
|
||||
|
||||
export default function createShallow(
|
||||
options?: Partial<ShallowOptions>
|
||||
): typeof shallow;
|
||||
export default function createShallow(options?: Partial<ShallowOptions>): typeof shallow;
|
||||
|
Reference in New Issue
Block a user