diff options
author | HampusM <hampus@hampusmat.com> | 2021-07-29 15:54:04 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-07-29 15:59:52 +0200 |
commit | 9d6d2ce8cf34af6e787dae901ee3e5914c4c0fa4 (patch) | |
tree | 97f522340e954fe4ae6a0da2f8801351740cb990 /package.json | |
parent | 8d42b6f44ca5b0eeb54938e1cf9509d1f8294f00 (diff) |
Added tests & API tests uses Axios
Added a unit test for creating a archive & added a int test for downloading a tag tarball
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 239b00b..0927da7 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "devDependencies": { "@types/fs-extra": "^9.0.12", "@types/jest": "^26.0.23", + "axios": "^0.21.1", "concurrently": "^6.2.0", "dotenv": "^10.0.0", "eslint": "^7.31.0", |