Skip to content

Commit f8f00f6

Browse files
algolia-botmillotp
andcommitted
fix(javascript): allow async param on createIterablePromise (#4144) (generated) [skip ci]
Co-authored-by: Pierre Millot <[email protected]>
1 parent c044401 commit f8f00f6

File tree

1 file changed

+1
-1
lines changed
  • clients/algoliasearch-client-javascript/packages/algoliasearch

1 file changed

+1
-1
lines changed

clients/algoliasearch-client-javascript/packages/algoliasearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
1212
"clean": "rm -rf ./dist || true",
13-
"test": "vitest --run",
13+
"test": "tsc -p __tests__/tsconfig.json && vitest --run",
1414
"test:bundle": "publint . && attw --pack ."
1515
},
1616
"name": "algoliasearch",

0 commit comments

Comments
 (0)