Skip to content

Commit

Permalink
fix(javascript): pass with no tests (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Dec 23, 2022
1 parent ec370af commit 5938b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/output/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "javascript-tests",
"version": "1.0.0",
"scripts": {
"test": "jest"
"test": "jest --passWithNoTests"
},
"dependencies": {
"@algolia/client-abtesting": "link:../../../clients/algoliasearch-client-javascript/packages/client-abtesting",
Expand Down

0 comments on commit 5938b05

Please sign in to comment.