jest-serializer-sql
v1.0.0
Published
Jest snapshot serializer that beautifies SQL.
Downloads
5
Maintainers
Readme
A Jest snapshot serializer that beautifies SQL.
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"]
}