[go: nahoru, domu]

Skip to content

Unit test file generator for SailsJs App that uses sails-test-helper module

Notifications You must be signed in to change notification settings

makmakulet/sails-test-helper-file-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sails-test-helper-file-generator

Unit test file generator for SailsJs App that uses sails-test-helper module

###install guide in your sails application, add the following line to your package.json "sails-test-helper-file-generator": "https://github.com/makmakulet/sails-test-helper-file-generator.git"

$ npm install

###how to use

sails generate test-file controller user // will create test/unit/controllers/UserController.test.js

sails generate test-file model user // will create test/unit/models/User.test.js

sails generate test-file service validation // will create test/unit/services/Validation.test.js

About

Unit test file generator for SailsJs App that uses sails-test-helper module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published