We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f949ac6 commit 41de5c7Copy full SHA for 41de5c7
express_relay/sdk/js/package.json
@@ -13,6 +13,7 @@
13
],
14
"scripts": {
15
"build": "tsc",
16
+ "test": "jest src/ --passWithNoTests",
17
"simple-searcher": "npm run build && node lib/examples/SimpleSearcher.js",
18
"generate-api-types": "openapi-typescript http://127.0.0.1:9000/docs/openapi.json --output src/types.d.ts",
19
"format": "prettier --write \"src/**/*.ts\"",
@@ -44,7 +45,8 @@
44
45
"openapi-typescript": "^6.5.5",
46
"prettier": "^2.6.2",
47
"typescript": "^5.1",
- "yargs": "^17.4.1"
48
+ "yargs": "^17.4.1",
49
+ "jest": "^27.5.1"
50
},
51
"license": "Apache-2.0"
52
}
0 commit comments