Skip to content

Commit 0318286

Browse files
committed
cleanup
1 parent e1e7ea6 commit 0318286

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 0.1
22
cli:
3-
version: 1.17.0
3+
version: 1.17.1
44
plugins:
55
sources:
66
- id: trunk

tests/api.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,6 @@ describe('Testing Api Function', () => {
9999
abortOnTimeout: true,
100100
})
101101

102-
apiUsingOnResponse.options({
103-
headers: {
104-
custom: 'header',
105-
},
106-
})
107-
// console.log(myApi.config)
108-
expect(apiUsingOnResponse.config).toBeDefined()
109-
expect(apiUsingOnResponse.config.headers).toBeDefined()
110-
expect(apiUsingOnResponse.config.headers['custom']).toBe('header')
111-
112102
let errorOccurred = false
113103

114104
try {

0 commit comments

Comments
 (0)