(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 fa1c42378f
commit 943d9d8a58
12 changed files with 6814 additions and 120 deletions

View file

@ -11,7 +11,7 @@ import os
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system-path
) # Adds the parent directory to the system path
import os