Skip to content

Commit

Permalink
fix(tests): fix test import to match new export
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia committed Apr 13, 2017
1 parent 64aa02c commit 3456a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect } from 'chai';
import * as sinon from 'sinon';
import suite from '../src';
import * as suite from '../src';

describe('suite', () => {
const DESCRIPTION = 'My Suite';
Expand Down

0 comments on commit 3456a54

Please sign in to comment.