Skip to content

Commit

Permalink
ci(jest): move tests to src
Browse files Browse the repository at this point in the history
  • Loading branch information
tsur committed Oct 31, 2017
1 parent 3809ba1 commit 237b76d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion __tests__/search.js → src/__tests__/search.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'should';
// @todo importing from build has some awful impact on coverage. Check it out!
// import RaeClient from '../build/lib';
import RaeClient from '../src';
import RaeClient from '../';

describe('Rae Dictionary Library: Search method', () => {
const raeClient = RaeClient.create();
Expand Down

0 comments on commit 237b76d

Please sign in to comment.