0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -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 💄 Format common code 2024-01-08 09:32:50 +01:00
data_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
files_builder_test.cljc Strip extension for uploaded image files 2023-11-06 11:58:12 +01:00
files_migrations_test.cljc ♻️ Add minor refactor to file migrations 2024-02-19 09:20:47 +01:00
geom_point_test.cljc 🔧 Change common tests runner to kaocha 2024-04-26 11:42:41 +02:00
geom_shapes_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
geom_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
pages_helpers_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
pages_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
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 💄 Format common code 2024-01-08 09:32:50 +01:00
svg_test.cljc 🐛 Fix incorrect svg-attrs handlng on .zip import process 2024-01-09 23:11:42 +01:00
text_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
types_modifiers_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
types_shape_interactions_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
types_test.cljc 💄 Format common code 2024-01-08 09:32:50 +01:00
uuid_test.cljc