-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove axios dependency and update tests to use fetch for API calls
- Loading branch information
1 parent
c24850e
commit 120d68e
Showing
10 changed files
with
69 additions
and
113 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
], | ||
"scripts": { | ||
"test": "jest --verbose", | ||
"test:coverage": "jest --coverage", | ||
"test:cov": "jest --coverage", | ||
"test:watch": "jest --watch", | ||
"test:file": "jest tests/translate", | ||
"test:silent": "jest --watchAll --silent --noStackTrace", | ||
|
@@ -64,7 +64,6 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"axios": "^1", | ||
"uuid": "^11" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.