@spothero/ui 16.0.2 → 16.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/jest.config.json CHANGED
@@ -51,5 +51,14 @@
51
51
  "configLocation": "<rootDir>/jest.config.json"
52
52
  }
53
53
  ]
54
- ]
54
+ ],
55
+ "coverageThreshold": {
56
+ "global": {
57
+ "lines": null,
58
+ "statements": null,
59
+ "functions": null,
60
+ "branches": null,
61
+ "branchesTrue": null
62
+ }
63
+ }
55
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spothero/ui",
3
- "version": "16.0.2",
3
+ "version": "16.0.3",
4
4
  "description": "SpotHero's React component UI library.",
5
5
  "main": "v2/index.js",
6
6
  "repository": "https://github.com/spothero/fe-monorepo",
@@ -54,9 +54,6 @@
54
54
  "lint": "eslint .storybook src --ext .jsx,.js",
55
55
  "start": "start-storybook -p 6006",
56
56
  "start:ci": "http-server ./docs --port 8000 --silent",
57
- "cy:run": "cypress run",
58
- "cy:open": "cypress open",
59
- "pretest": "npm run build:storybook",
60
57
  "test": "npm run test:unit",
61
58
  "test:template": "NODE_ENV=test jest --config ./jest.config.json",
62
59
  "test:unit": "npm run test:template -- --coverage",
@@ -75,7 +72,6 @@
75
72
  "@babel/cli": "7.14.5",
76
73
  "@babel/core": "7.14.6",
77
74
  "@babel/runtime-corejs3": "7.14.7",
78
- "@cypress/browserify-preprocessor": "3.0.1",
79
75
  "@jackfranklin/test-data-bot": "1.3.0",
80
76
  "@spothero/babel-preset-spothero": "*",
81
77
  "@spothero/browserslist-config": "*",
@@ -99,7 +95,6 @@
99
95
  "babel-plugin-module-resolver": "4.1.0",
100
96
  "chalk": "4.1.0",
101
97
  "classnames": "2.2.6",
102
- "cypress": "6.6.0",
103
98
  "eslint-loader": "4.0.2",
104
99
  "get-contrast-ratio": "0.2.1",
105
100
  "http-server": "0.12.3",
@@ -149,4 +144,4 @@
149
144
  "react-redux": ">=7.0.0",
150
145
  "redux": ">=4.0.0"
151
146
  }
152
- }
147
+ }