From 21b256fa8e1d3071689f89ecb203f94ff7bc8e80 Mon Sep 17 00:00:00 2001 From: David Goss Date: Sun, 1 Oct 2023 09:30:43 +0100 Subject: [PATCH] chore: add source map option --- features/stack_traces.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/stack_traces.feature b/features/stack_traces.feature index 348521b37..d62e6e2b0 100644 --- a/features/stack_traces.feature +++ b/features/stack_traces.feature @@ -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: """