Skip to content

tomastrajan/angular-js-es6-testing-example

Repository files navigation

Angular JS ES6 Module Testing Example

Components

Getting started

  1. Clone repository git clone https://github.com/tomastrajan/angular-js-es6-testing-example.git
  2. Enter project directory cd angular-js-es6-testing-example
  3. Install dependencies npm install

Scripts

All scripts are run with npm run [script], for example: npm run test.

  • start - start development server, try it by opening http://localhost:8081/webpack-dev-server/index.html

  • build - create dev build, check build directory

  • dist - create production build, check dist directory

  • server_build - serve content from build directory

  • server_dist - serve content from dist directory

  • test - run all unit tests (with Mocha)

  • karma - run all integration tests (with Karma / Jasmine)

About

Enhanced testing of Angular JS 1.X applications using ES6 modules

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5