0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 04:19:08 -05:00
penpot/common/test/common_tests
Andrey Antukh cacee40d11 🎉 Add proper schema encoding/decoding mechanism
this allows almost all api operations to success usin application/json
encoding with the exception of the update-file, which we need to
approach a bit differently;

the reason update-file is different, is because the operations vector
is right now defined without the context of shape type, so we are just
unable to properly parse the value to correct type using the schema
decoding mechanism
2024-08-21 11:27:36 +02:00
..
logic Merge remote-tracking branch 'origin/staging' into develop 2024-07-31 12:46:47 +02:00
types 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
colors_test.cljc
data_test.cljc
files_builder_test.cljc
files_migrations_test.cljc
geom_point_test.cljc
geom_shapes_test.cljc
geom_test.cljc
pages_helpers_test.cljc
pages_test.cljc
record_test.cljc Add new helper functions for common tests 2024-04-26 11:45:37 +02:00
schema_test.cljc 🎉 Add proper schema encoding/decoding mechanism 2024-08-21 11:27:36 +02:00
setup.cljs
svg_path_test.cljc
svg_test.cljc
text_test.cljc
types_modifiers_test.cljc
types_shape_interactions_test.cljc
types_test.cljc
uuid_test.cljc