Installation
npm install --save @types/adeira__test-utils
Summary
This package contains type definitions for @adeira/test-utils (https://github.com/adeira/universe/tree/master/src/test-utils).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adeira__test-utils.
index.d.ts
export function generateTestsFromFixtures(
fixturesPath: string,
operation: (input: string) => any,
snapshotName?: string,
): void;
export function evaluateGraphQLResolver(
field: Record<string, any>,
testValue: any,
argsValue?: Record<string, any>,
contextValue?: Record<string, any>,
): any;
Additional Details
- Last updated: Mon, 06 Nov 2023 22:41:04 GMT
- Dependencies: none
Credits
These definitions were written by Martin Zlámal.