1.0.1 • Published 12 months ago
pgsqwell-mock v1.0.1
pgsqwell-mock
Mocks pgsqwell and check queries syntax
A simple mock for pgsqwell
validating
your queries.
Sample usage
With Jest:
jest.mock('pgsqwell', () => require('pgsqwell-mock'));
Mocks pgsqwell and check queries syntax
A simple mock for pgsqwell
validating
your queries.
With Jest:
jest.mock('pgsqwell', () => require('pgsqwell-mock'));