File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
playground/javascript/node
templates/javascript/clients Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- import { ApiError , createIterablePromise } from '@algolia/client-common' ;
1
+ import { ApiError } from '@algolia/client-common' ;
2
2
import { ingestionClient } from '@algolia/ingestion' ;
3
3
4
4
const appId = process . env . ALGOLIA_APPLICATION_ID || '**** APP_ID *****' ;
Original file line number Diff line number Diff line change 11
11
" build" : " yarn clean && yarn tsup && yarn rollup -c rollup.config.js" ,
12
12
" clean" : " rm -rf ./dist || true" ,
13
13
{{#isAlgoliasearchClient} }
14
- "test": "tsc --noEmit && vitest --run",
14
+ "test": "tsc --noEmit src/__tests__/**/*.ts && vitest --run",
15
15
{ {/isAlgoliasearchClient} }
16
16
"test:bundle": "publint . && attw --pack ."
17
17
},
You can’t perform that action at this time.
0 commit comments