aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-05-12 16:34:53 -0700
committerLibravatar GitHub <noreply@github.com>2022-05-12 23:34:53 +0000
commitcc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d (patch)
tree73fd8c74939bda1ead888d6b6dccbdf68646fabb /package.json
parentfix: preload script detection in unit tests (diff)
downloadferdium-app-cc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d.tar.gz
ferdium-app-cc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d.tar.zst
ferdium-app-cc3303cbd87b1dbfe4e41ff8acf4df9e3dc0805d.zip
Add Unit Testing for `url-helpers.ts`; Moved all tests into single pattern so they are run as a suite (#112)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json
index 856f7c498..df90fd3c7 100644
--- a/package.json
+++ b/package.json
@@ -124,6 +124,7 @@
124 "@babel/plugin-proposal-decorators": "^7.17.9", 124 "@babel/plugin-proposal-decorators": "^7.17.9",
125 "@babel/preset-env": "^7.16.11", 125 "@babel/preset-env": "^7.16.11",
126 "@babel/preset-react": "^7.16.7", 126 "@babel/preset-react": "^7.16.7",
127 "@babel/preset-typescript": "7.16.7",
127 "@babel/register": "^7.17.7", 128 "@babel/register": "^7.17.7",
128 "@commitlint/cli": "^15.0.0", 129 "@commitlint/cli": "^15.0.0",
129 "@commitlint/config-conventional": "^15.0.0", 130 "@commitlint/config-conventional": "^15.0.0",
@@ -131,9 +132,9 @@
131 "@types/color": "^3.0.3", 132 "@types/color": "^3.0.3",
132 "@types/expect.js": "^0.3.29", 133 "@types/expect.js": "^0.3.29",
133 "@types/fs-extra": "^9.0.13", 134 "@types/fs-extra": "^9.0.13",
135 "@types/jest": "27.5.1",
134 "@types/lodash": "^4.14.182", 136 "@types/lodash": "^4.14.182",
135 "@types/mime-types": "^2.1.1", 137 "@types/mime-types": "^2.1.1",
136 "@types/mocha": "^9.1.1",
137 "@types/ms": "^0.7.31", 138 "@types/ms": "^0.7.31",
138 "@types/node": "16.11.33", 139 "@types/node": "16.11.33",
139 "@types/react": "^17.0.44", 140 "@types/react": "^17.0.44",
@@ -163,7 +164,6 @@
163 "eslint-plugin-react": "^7.29.4", 164 "eslint-plugin-react": "^7.29.4",
164 "eslint-plugin-react-hooks": "4.5.0", 165 "eslint-plugin-react-hooks": "4.5.0",
165 "eslint-plugin-unicorn": "^39.0.0", 166 "eslint-plugin-unicorn": "^39.0.0",
166 "expect.js": "^0.3.1",
167 "gulp": "^4.0.2", 167 "gulp": "^4.0.2",
168 "gulp-babel": "^8.0.0", 168 "gulp-babel": "^8.0.0",
169 "gulp-cli": "^2.3.0", 169 "gulp-cli": "^2.3.0",
@@ -180,16 +180,14 @@
180 "html-webpack-plugin": "^4.5.2", 180 "html-webpack-plugin": "^4.5.2",
181 "husky": "^7.0.4", 181 "husky": "^7.0.4",
182 "is-ci": "^3.0.1", 182 "is-ci": "^3.0.1",
183 "jest": "^27.5.1", 183 "jest": "28.1.0",
184 "kebab-case": "^1.0.1", 184 "kebab-case": "^1.0.1",
185 "mocha": "^9.2.2",
186 "prettier": "^2.6.2", 185 "prettier": "^2.6.2",
187 "preval-build-info": "^1.0.3", 186 "preval-build-info": "^1.0.3",
188 "rimraf": "^3.0.2", 187 "rimraf": "^3.0.2",
189 "sass": "1.51.0", 188 "sass": "1.51.0",
190 "simple-git": "^3.7.0", 189 "simple-git": "^3.7.0",
191 "ts-loader": "^5.4.5", 190 "ts-loader": "^5.4.5",
192 "ts-mocha": "^8.0.0",
193 "ts-node": "^10.7.0", 191 "ts-node": "^10.7.0",
194 "typescript": "4.6.4", 192 "typescript": "4.6.4",
195 "wait-on": "^6.0.1", 193 "wait-on": "^6.0.1",