linnovate/mean-cli

mean skeleton: is test-ready ?

brownman opened this issue · 0 comments

  • mean skeletom app should be test ready:
├── custom
--- here we need to duplicate the structure to: {src/  , test/}
│   ├── MY_COOL_PACKAGE
│   │   ├── public
│   │   │   ├── assets
│   │   │   ├── controllers
│   │   │   ├── routes
│   │   │   ├── services
│   │   │   └── views
│   │   └── server
│   │       ├── controllers
│   │       ├── routes
│   │       └── views