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"
Comments
Post a Comment