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 b5bf147 commit 86feeabCopy full SHA for 86feeab
index.test.ts
@@ -750,7 +750,7 @@ describe('Replicate client', () => {
750
751
describe('run', () => {
752
test('Calls the correct API routes for a version', async () => {
753
- let firstPollingRequest = true;
+ const firstPollingRequest = true;
754
755
nock(BASE_URL)
756
.post('/predictions')
@@ -809,7 +809,7 @@ describe('Replicate client', () => {
809
});
810
811
test('Calls the correct API routes for a model', async () => {
812
813
814
815
.post('/models/replicate/hello-world/predictions')
0 commit comments