mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 18:17:13 +02:00
✨ Add color checks and test of event creation for fills
This commit is contained in:
parent
8c54cb764f
commit
6719902647
3 changed files with 88 additions and 40 deletions
|
@ -2,6 +2,7 @@
|
|||
(:require
|
||||
[cljs.test :as t]
|
||||
[frontend-tests.basic-shapes-test]
|
||||
[frontend-tests.data.workspace-colors-test]
|
||||
[frontend-tests.helpers-shapes-test]
|
||||
[frontend-tests.logic.comp-remove-swap-slots-test]
|
||||
[frontend-tests.logic.components-and-tokens]
|
||||
|
@ -39,6 +40,7 @@
|
|||
'frontend-tests.util-snap-data-test
|
||||
'frontend-tests.util-simple-math-test
|
||||
'frontend-tests.basic-shapes-test
|
||||
'frontend-tests.data.workspace-colors-test
|
||||
'frontend-tests.tokens.logic.token-actions-test
|
||||
'frontend-tests.tokens.logic.token-data-test
|
||||
'frontend-tests.tokens.import-export-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue