chore: removing more occurences of jest-fetch-mock and node-fetch

This commit is contained in:
blam
2020-10-09 13:34:08 +02:00
parent 54ef1eea7e
commit 97e0b6df35
12 changed files with 0 additions and 23 deletions
-1
View File
@@ -39,7 +39,6 @@
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.24",
"@types/supertest": "^2.0.8",
"jest-fetch-mock": "^3.0.3",
"supertest": "^4.0.2"
},
"files": [
@@ -14,6 +14,4 @@
* limitations under the License.
*/
require('jest-fetch-mock').enableMocks();
export {};