Download Latest Version 0.7.0 (2018-03-09) source code.tar.gz (112.9 kB)
Email in envelope

Get an email when there's a new version of jest-puppe-shots

Home / v0.6.0
Name Modified Size InfoDownloads / Week
Parent folder
0.6.0 source code.tar.gz 2018-03-05 94.2 kB
0.6.0 source code.zip 2018-03-05 109.2 kB
README.md 2018-03-05 846 Bytes
Totals: 3 Items   204.2 kB 0

Changelog

Upgrade guide

Remove old hooks from your project configuration and use a "preset" instead:

jest.config.json: {

:::diff
-  "testEnvironment": "jest-puppe-shots/lib/node-environment.js",
-  "globalSetup": "jest-puppe-shots/lib/global-setup.js",   
-  "globalTeardown": "jest-puppe-shots/lib/global-teardown.js"
+  "preset": "jest-puppe-shots-preset"
}

or

jest.config.js: {

:::diff
-  testEnvironment: 'jest-puppe-shots/lib/node-environment.js',
-  globalSetup: 'jest-puppe-shots/lib/global-setup.js', 
-  globalTeardown: "jest-puppe-shots/lib/global-teardown.js'
+  preset: 'jest-puppe-shots-preset'
}
Source: README.md, updated 2018-03-05