Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Updated a config for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Arkhipov committed Jan 21, 2020
1 parent f5bc79e commit a874c0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cookie-disclaimer",
"version": "2.0.3",
"version": "2.0.4",
"description": "The package will help you to display a notification about the use of cookies on the site",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -55,6 +55,7 @@
"react-dom": "^16.12.0"
},
"jest": {
"collectCoverageFrom": ["src/**/*.{js,jsx,mjs}", "!src/index.js"],
"testEnvironment": "node",
"moduleFileExtensions": [
"js",
Expand Down

0 comments on commit a874c0c

Please sign in to comment.