angularjs - Running mocha tests by file not by folder -


i wanted implement unit testing framework on angular1 codebase , trying analyze best way organize unit test files. have decided use mocha js testing framework. documented in mocha js reads off tests 'test' folder. wanted make able read off based on filename, because designed folder structure keep related components together, , better include unit test file related components. possible?? attached image of folder strucutre. wanted make "page_test.js"

enter image description here


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -