Skip to content

Commit

Permalink
added jshint undef and unused checks skipping in the karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-trifonov committed Jul 27, 2015
1 parent 9e0b497 commit 58eeeab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/client/unit/controllers/MainCtrl_test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

/* jshint undef: false, unused: false */

describe('Notepads.controllers.MainCtrl', function () {
beforeEach(module('Notepads.controllers'));
beforeEach(module('Notepads.services'));
Expand Down

0 comments on commit 58eeeab

Please sign in to comment.