Adding back automock in integration test

This commit is contained in:
Jeffrey Morgan 2015-05-27 14:49:29 -07:00
parent 48613c9e45
commit 92242b7d91
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
jest.autoMockOff();
// One minute timeout for integration tests
jasmine.getEnv().DEFAULT_TIMEOUT_INTERVAL = 60000;