(UI) fix adding Vertex Models (#8129)

* fix handleSubmit

* update handleAddModelSubmit

* add jest testing for ui

* add step for running ui unit tests

* add validate json step to add model

* ui jest testing fixes

* update package lock

* ci/cd run again

* fix antd import

* run jest tests first

* fix antd install

* fix ui unit tests

* fix unit test ui
This commit is contained in:
Ishaan Jaff 2025-01-30 21:11:08 -08:00 committed by GitHub
parent 8a235e7d38
commit 4005a51db2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 6814 additions and 120 deletions

View file

@ -11,6 +11,7 @@
"@cloudflare/workers-types"
],
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
"jsxImportSource": "hono/jsx",
"skipLibCheck": true
},
}