issues
search
lotrekagency
/
mapo
🥠Our Nuxt module to simplify the making of administration panels, and authenticated web applications.
MIT License
10
stars
3
forks
source link
Add tests for Detail component
#43
Open
bnznamco
opened
1 year ago
bnznamco
commented
1 year ago
Need to add some tests for Detail component. For example:
Check if
http://localhost:3000/listexample/new
loads.
Mock backend api call to check if Detail renders well
Mock backend api call to check if Detail sends correct payloads
Interact with the page to check if Detail fields are rendering correctly and are reactive each other (vShow/vVisible/onChange).
Need to add some tests for Detail component. For example: