From 2fbf4b5e677dda592accdad14d2efc135f2e75d6 Mon Sep 17 00:00:00 2001 From: jliddev Date: Sun, 28 Mar 2021 13:48:25 -0500 Subject: [PATCH] Fix tests workaround --- wowup-electron/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wowup-electron/package.json b/wowup-electron/package.json index 1fd69740..ec3e9c0c 100644 --- a/wowup-electron/package.json +++ b/wowup-electron/package.json @@ -81,6 +81,8 @@ "@typescript-eslint/eslint-plugin": "4.15.0", "@typescript-eslint/eslint-plugin-tslint": "4.15.0", "@typescript-eslint/parser": "4.15.0", + "ajv": "8.0.1", + "ajv-formats": "2.0.1", "chai": "4.2.0", "conventional-changelog-cli": "2.1.1", "core-js": "3.7.0",