Skip to content

Instantly share code, notes, and snippets.

@demisx
Last active January 28, 2018 03:56
Show Gist options
  • Save demisx/10b4c90fc675014eefe3 to your computer and use it in GitHub Desktop.
Save demisx/10b4c90fc675014eefe3 to your computer and use it in GitHub Desktop.
AngularJS 1.x Unit Testing with Mocha/Chai/Chai-as-promised

Controllers

describe(function() {
 it('does something', function() {
 ...
 });
}

Services

States

Models

Directives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment