Skip to content

Commit aec6203

Browse files
committed
add jest tests
1 parent 6b5466a commit aec6203

File tree

5 files changed

+3547
-77
lines changed

5 files changed

+3547
-77
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ jobs:
2828
go-version: 1.22
2929
- name: Test Go Tool Module
3030
run: cd tool && go test ./...
31-
- name: Test Go Consumable Module
31+
- name: Test Go API
3232
run: cd api && go test ./...
3333
- name: Setup node
3434
uses: actions/setup-node@v4
35-
- name: Test Typescript Consumable Module
35+
- name: Build JS API
3636
run: cd api/sdkmeta-js && npm install && npm run build
37-
37+
- name: Test JS API
38+
run: cd api/sdkmeta-js && npm test
3839
- name: Sanity test
3940
run: |
4041
cd tool && go run ./cmd/ingest -db test.sqlite3 \

0 commit comments

Comments
 (0)