Skip to content

Commit

Permalink
Reverted the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 11, 2018
1 parent 7c6eabe commit 3455286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/finder_test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* tslint:disable: no-unused-expression */
import {expect} from 'chai';
import {delimiter} from 'path';
import {Finder} from '../lib';
import {Finder} from '../src';

/**
* @test {Finder}
Expand Down
2 changes: 1 addition & 1 deletion test/which_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* tslint:disable: no-unused-expression */
import {expect} from 'chai';
import {Finder, FinderError, which} from '../lib';
import {Finder, FinderError, which} from '../src';

/**
* @test {which}
Expand Down

0 comments on commit 3455286

Please sign in to comment.