From a3620a58f8b2823b8279db39ca8710c94ce00467 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 28 Mar 2015 00:26:11 +1100 Subject: [PATCH] add externalHelpers to source maps tests --- test/fixtures/transformation/source-maps/options.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/fixtures/transformation/source-maps/options.json diff --git a/test/fixtures/transformation/source-maps/options.json b/test/fixtures/transformation/source-maps/options.json new file mode 100644 index 0000000000..7d6e6cda1c --- /dev/null +++ b/test/fixtures/transformation/source-maps/options.json @@ -0,0 +1,3 @@ +{ + "externalHelpers": true +}