aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jest-snapshot/build/mockSerializer.d.ts
blob: 828986e2cd4ab94f55807f7205a4fde478245a8f (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
import type { NewPlugin } from 'pretty-format';
export declare const serialize: NewPlugin['serialize'];
export declare const test: NewPlugin['test'];
declare const plugin: NewPlugin;
export default plugin;