Skip to content

Instantly share code, notes, and snippets.

@felixebert
Created July 14, 2016 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixebert/28dc5daba85b55cf0bf54a09dc3bb85c to your computer and use it in GitHub Desktop.
Save felixebert/28dc5daba85b55cf0bf54a09dc3bb85c to your computer and use it in GitHub Desktop.
Intellij Live Templates Karma
//dsc
describe('$name$', function () {
$END$
});
//it
it("should $desc$", function() {
$END$
expect();
});
//iti
it("should $desc$", inject(function($params$) {
$END$
expect();
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment