Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup Unit Test #3

Merged
merged 22 commits into from
Jul 19, 2017
Merged

Setup Unit Test #3

merged 22 commits into from
Jul 19, 2017

Conversation

SamiMadini
Copy link
Member

Setup unit test

@emyann emyann changed the title Add for test Setup Unit Test Feb 1, 2017
…jasmine-core

  * "npm install karma-jasmine karma-chrome-launcher jasmine-core --save-dev"
  * "npm install -g karma-cli"
  * "karma start"

- Configuring karma files (karma.conf.js)
  * "karma init" : jasmine - yes - chrome - tests/**/*.js - empty - yes - yes
  * "karma start" or "karma start karma.conf.js --log-level debug --single-run" for debug
  * if error with requirejs plugin, test : "npm install requirejs" and "npm install karma-requirejs"

- Add test file in tests/unit

- karma start and enjoy :)
@emyann emyann self-requested a review February 1, 2017 15:13
@emyann emyann changed the base branch from master to develop February 2, 2017 14:46
@emyann emyann merged commit 23392e4 into develop Jul 19, 2017
@emyann emyann deleted the feature/Setup-units-tests branch September 23, 2018 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants