-1

Is there a resource somewhere that lays out all the best tools/patterns/approaches specifically for apps built using admin-on-rest?

I don't see anything in the documentation.

pythonjsgeo
  • 5,122
  • 2
  • 34
  • 47

1 Answers1

0

As per README admin-on-rest includes listing, unit and functional tests by running:

make test

https://github.com/marmelab/admin-on-rest/#contributing

pythonjsgeo
  • 5,122
  • 2
  • 34
  • 47