Skip to content

Commit 5938b05

Browse files
authored
fix(javascript): pass with no tests (#1191)
1 parent ec370af commit 5938b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/output/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "javascript-tests",
33
"version": "1.0.0",
44
"scripts": {
5-
"test": "jest"
5+
"test": "jest --passWithNoTests"
66
},
77
"dependencies": {
88
"@algolia/client-abtesting": "link:../../../clients/algoliasearch-client-javascript/packages/client-abtesting",

0 commit comments

Comments
 (0)