Skip to content

Commit

Permalink
chore: add source map option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Oct 1, 2023
1 parent efd83b2 commit 21b256f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/stack_traces.feature
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Feature: Stack traces
}
}
"""
Given my env includes "{\"NODE_OPTIONS\":\"--loader ts-node/esm\"}"
Given my env includes "{\"NODE_OPTIONS\":\"--loader ts-node/esm --enable-source-maps\"}"
When I run cucumber-js with `--import features/steps.ts`
Then the output contains the text:
"""
Expand Down

0 comments on commit 21b256f

Please sign in to comment.