Skip to content

Commit 927dc6a

Browse files
authored
feat(js/plugins/google-genai): Unified converters plus unit tests (firebase#3078)
1 parent db0077f commit 927dc6a

File tree

4 files changed

+1496
-1
lines changed

4 files changed

+1496
-1
lines changed

js/plugins/google-genai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build:clean": "rimraf ./lib",
2222
"build": "npm-run-all build:clean check compile",
2323
"build:watch": "tsup-node --watch",
24-
"test": "echo \"No tests to run yet\" && exit 0"
24+
"test": "tsx --test ./tests/**/*_test.ts"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)