@types/adeira__test-utils
TypeScript icon, indicating that this package has built-in type declarations

0.6.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/adeira__test-utils

Weekly Downloads

1

Version

0.6.2

License

MIT

Unpacked Size

3.28 kB

Total Files

5

Last publish

Collaborators

  • types