Based off of https://github.com/tomastrajan/angular-js-es6-testing-example/blob/1.5.0/src/feature-b/todo-component/todo-component.js This Angular JS seed is a good start that focuses on unit and intergration testing.
git clone https://github.com/Mike-Dunton/supermarket-register.git
cd supermarketRegister
npm install
All scripts should be run with npm run [script], for example npm run test
start- Start development server on port 8081 (opens a browser window)testlint code and run all tests.
The register application and tests can be found in src/supermarket-register/