Skip to content

Commit 03fb986

Browse files
authored
Use fetch adapter for axios (#334)
* Update to axios v1.9.0 * Remove axiosBetterStacktrace * Update to nock v14 * feat: Use axios fetch adapter * fix: SeamHttpMultiWorkspace with SEAM_PERSONAL_ACCESS_TOKEN
2 parents f7b786d + 2d59cd3 commit 03fb986

File tree

7 files changed

+1141
-356
lines changed

7 files changed

+1141
-356
lines changed

ava.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ export default () => {
44
delete env.SEAM_API_KEY
55
delete env.SEAM_ENDPOINT
66
delete env.SEAM_API_URL
7+
delete env.SEAM_PERSONAL_ACCESS_TOKEN
8+
delete env.SEAM_WORKSPACE_ID
79

810
return {
911
ignoredByWatcher: ['tmp/**/*'],

0 commit comments

Comments
 (0)