Skip to content

Commit 4f6550a

Browse files
Merge pull request #71 from JigsawStack/fix/web-tests
Fix/web tests
2 parents c87e73d + c63c20a commit 4f6550a

File tree

5 files changed

+820
-1219
lines changed

5 files changed

+820
-1219
lines changed

.github/workflows/sdk-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- classification
4444
- validate
4545
- vision
46-
- web
46+
- web:scraper
47+
- web:search
4748
steps:
4849
- uses: actions/checkout@v4
4950

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"test:classification": "yarn test:run tests/classification.test.ts",
4242
"test:validate": "yarn test:run tests/validate.test.ts",
4343
"test:vision": "yarn test:run tests/vision.test.ts",
44-
"test:web": "yarn test:run tests/web.test.ts"
44+
"test:web:scraper": "yarn test:run tests/web-scraper.test.ts",
45+
"test:web:search": "yarn test:run tests/web-search.test.ts"
4546
},
4647
"dependencies": {
4748
"isomorphic-fetch": "^3.0.0",

0 commit comments

Comments
 (0)