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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -