We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ba825 commit fa51a7fCopy full SHA for fa51a7f
src/__tests__/request-builder.spec.ts
@@ -2,7 +2,7 @@ import { buildUrlHeaders } from '../utils'
2
3
4
describe('request builder test', () => {
5
- it('not clean CF_', async () => {
+ it('not clean CF_', async () => { //todo: change tests
6
const
7
{ url, headers } = await buildUrlHeaders({
8
'CF_API_KEY': 'the-token',
0 commit comments