Skip to content

Commit

Permalink
Tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed May 11, 2016
1 parent 37f3455 commit 206eaf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict';

jest.autoMockOff();

const fs = require('fs');
const isOSX = (process.platform === 'darwin'),
isWindows = (process.platform === 'win32'),
Expand All @@ -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;
Expand Down

0 comments on commit 206eaf7

Please sign in to comment.