1.0.0 • Published 7 years ago

jest-serializer-sql v1.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

A Jest snapshot serializer that beautifies SQL.

NPM version Build Status

Install

Add the package as a dev-dependency:

# With npm
npm install --save-dev jest-serializer-sql

# With yarn
yarn add --dev jest-serializer-sql

Update package.json to let Jest know about the serializer:

"jest": {
  "snapshotSerializers": ["jest-serializer-sql"]
}