Skip to content

Commit

Permalink
no need to supress moment warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Aug 14, 2016
1 parent ebf7e3c commit e86ab31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/lib/jasmine-ext.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ beforeEach(function() {
// HACK. PhantomJS fails otherwise
$.fullCalendar.Calendar.defaults.windowResizeDelay = 200;

// don't show warnings about deprecated methods like `moment.lang`, etc.
// at some point we'll require moment version above 2.8.
// until then, it's too annoying to support two versions.
// (not the best place for this)
moment.suppressDeprecationWarnings = true;

// increase the default timeout
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;

Expand Down

0 comments on commit e86ab31

Please sign in to comment.