Skip to content

Commit 8bc8c9f

Browse files
committed
template
1 parent f111919 commit 8bc8c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground/javascript/node/ingestion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ApiError, createIterablePromise } from '@algolia/client-common';
1+
import { ApiError } from '@algolia/client-common';
22
import { ingestionClient } from '@algolia/ingestion';
33

44
const appId = process.env.ALGOLIA_APPLICATION_ID || '**** APP_ID *****';

templates/javascript/clients/package.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
1212
"clean": "rm -rf ./dist || true",
1313
{{#isAlgoliasearchClient}}
14-
"test": "tsc --noEmit && vitest --run",
14+
"test": "tsc --noEmit src/__tests__/**/*.ts && vitest --run",
1515
{{/isAlgoliasearchClient}}
1616
"test:bundle": "publint . && attw --pack ."
1717
},

0 commit comments

Comments
 (0)