UNPKG

jest-node-http

Version:
8 lines (6 loc) 178 B
import { METHODS } from '../../src/Methods'; describe('Methods', () => { test('Expect METHODS to match the snapshot', () => { expect(METHODS).toMatchSnapshot(); }); });