Skip to content

Commit

Permalink
Import TagExpressionParser directly
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 6, 2017
1 parent 234f55f commit 6c8bad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pickle_filter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _ from 'lodash'
import TagExpressionParser from 'cucumber-tag-expressions/lib/tag_expression_parser'
import { TagExpressionParser } from 'cucumber-tag-expressions'

const FEATURE_LINENUM_REGEXP = /^(.*?)((?::[\d]+)+)?$/
const tagExpressionParser = new TagExpressionParser()
Expand Down

0 comments on commit 6c8bad2

Please sign in to comment.