Skip to content

Commit

Permalink
test: fix TS tests to point to the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jul 27, 2023
1 parent 43a22dd commit d4e78ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
parseString,
fieldsToExpression,
StringResult
} from '../index';
} from '../types';

const interval = parseExpression('0 1 2 3 * 1-3,5');
const intervalIterator = parseExpression('0 1 2 3 * 1-3,5', {iterator: true});
Expand Down

0 comments on commit d4e78ed

Please sign in to comment.