From 1a8ae49e98c464fbe203e852f904e228de9b8617 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Mon, 12 Apr 2021 16:59:30 +0200 Subject: [PATCH] Dependency: Add eslint-plugin-jest Signed-off-by: Philip Molares --- package.json | 3 ++- yarn.lock | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dbdeff891..7a3f8cd31 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,15 @@ "@nestjs/typeorm": "7.1.5", "@types/bcrypt": "3.0.1", "@types/cron": "1.7.2", - "@types/node-fetch": "2.5.10", "@types/minio": "7.0.7", + "@types/node-fetch": "2.5.10", "@types/passport-http-bearer": "1.0.36", "bcrypt": "5.0.1", "class-transformer": "0.4.0", "class-validator": "0.13.1", "cli-color": "2.0.0", "connect-typeorm": "1.1.4", + "eslint-plugin-jest": "^24.3.5", "file-type": "16.3.0", "joi": "17.4.0", "minio": "7.0.18", diff --git a/yarn.lock b/yarn.lock index f26a97574..6a645b019 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1309,7 +1309,7 @@ semver "^7.3.2" tsutils "^3.17.1" -"@typescript-eslint/experimental-utils@4.22.0": +"@typescript-eslint/experimental-utils@4.22.0", "@typescript-eslint/experimental-utils@^4.0.1": version "4.22.0" resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f" integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg== @@ -2940,6 +2940,13 @@ eslint-plugin-import@2.22.1: resolve "^1.17.0" tsconfig-paths "^3.9.0" +eslint-plugin-jest@^24.3.5: + version "24.3.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.5.tgz#71f0b580f87915695c286c3f0eb88cf23664d044" + integrity sha512-XG4rtxYDuJykuqhsOqokYIR84/C8pRihRtEpVskYLbIIKGwPNW2ySxdctuVzETZE+MbF/e7wmsnbNVpzM0rDug== + dependencies: + "@typescript-eslint/experimental-utils" "^4.0.1" + eslint-scope@^5.0.0, eslint-scope@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"