Skip to content

Commit 41de5c7

Browse files
authored
Add test script for express relay (#1285)
1 parent f949ac6 commit 41de5c7

File tree

2 files changed

+2643
-770
lines changed

2 files changed

+2643
-770
lines changed

express_relay/sdk/js/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "tsc",
16+
"test": "jest src/ --passWithNoTests",
1617
"simple-searcher": "npm run build && node lib/examples/SimpleSearcher.js",
1718
"generate-api-types": "openapi-typescript http://127.0.0.1:9000/docs/openapi.json --output src/types.d.ts",
1819
"format": "prettier --write \"src/**/*.ts\"",
@@ -44,7 +45,8 @@
4445
"openapi-typescript": "^6.5.5",
4546
"prettier": "^2.6.2",
4647
"typescript": "^5.1",
47-
"yargs": "^17.4.1"
48+
"yargs": "^17.4.1",
49+
"jest": "^27.5.1"
4850
},
4951
"license": "Apache-2.0"
5052
}

0 commit comments

Comments
 (0)