mirror of https://github.com/docker/docs.git
Adding back automock in integration test
This commit is contained in:
parent
48613c9e45
commit
92242b7d91
|
|
@ -1,3 +1,5 @@
|
|||
jest.autoMockOff();
|
||||
|
||||
// One minute timeout for integration tests
|
||||
jasmine.getEnv().DEFAULT_TIMEOUT_INTERVAL = 60000;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue