mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 08:38:25 +02:00
🎉 Add frontend unit tests
This commit is contained in:
parent
ddec03966d
commit
99c30dd44f
6 changed files with 338 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
|||
[frontend-tests.basic-shapes-test]
|
||||
[frontend-tests.helpers-shapes-test]
|
||||
[frontend-tests.logic.comp-remove-swap-slots-test]
|
||||
[frontend-tests.logic.components-and-tokens]
|
||||
[frontend-tests.logic.copying-and-duplicating-test]
|
||||
[frontend-tests.logic.frame-guides-test]
|
||||
[frontend-tests.logic.groups-test]
|
||||
|
@ -28,6 +29,7 @@
|
|||
(t/run-tests
|
||||
'frontend-tests.helpers-shapes-test
|
||||
'frontend-tests.logic.comp-remove-swap-slots-test
|
||||
'frontend-tests.logic.components-and-tokens
|
||||
'frontend-tests.logic.copying-and-duplicating-test
|
||||
'frontend-tests.logic.frame-guides-test
|
||||
'frontend-tests.logic.groups-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue