Skip to content

Commit

Permalink
fix integration test from consolidated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed May 24, 2017
1 parent cf46926 commit 504a3e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ describe('index', () => {
});

});

export { assertValidSnapshotResult, assertValidHistoricalResult };
2 changes: 1 addition & 1 deletion tests/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import proxyquire from 'proxyquire';

import moment from 'moment';

import { assertValidHistoricalResult, assertValidSnapshotResult } from './testUtils';
import { assertValidHistoricalResult, assertValidSnapshotResult } from '../lib/index.spec.js';

import { historical } from '../lib/index';

Expand Down

0 comments on commit 504a3e2

Please sign in to comment.