From 206eaf7f9b354150c738146fc2c564617c084796 Mon Sep 17 00:00:00 2001 From: Dmytro Date: Wed, 11 May 2016 15:21:05 -0700 Subject: [PATCH] Tests update --- tests/index.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/index.test.js b/tests/index.test.js index 8f03835..2034cad 100644 --- a/tests/index.test.js +++ b/tests/index.test.js @@ -1,5 +1,7 @@ 'use strict'; +jest.autoMockOff(); + const fs = require('fs'); const isOSX = (process.platform === 'darwin'), isWindows = (process.platform === 'win32'), @@ -9,8 +11,6 @@ const isOSX = (process.platform === 'darwin'), TEST_OSX_PATH = TEST_PATH + '/test-osx', TEST_OSX_REG = /osx/; -jest.autoMockOff(); - describe('Pack Dir', () => { let Pack;