From 929d21e0b349f174780dbdb37d656a5894499650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Fri, 16 Mar 2018 15:29:41 +0000 Subject: [PATCH] add missing file --- test/input/module/input.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/input/module/input.js diff --git a/test/input/module/input.js b/test/input/module/input.js new file mode 100644 index 00000000..5f6943cd --- /dev/null +++ b/test/input/module/input.js @@ -0,0 +1,2 @@ +let foo = 1, bar = 2; +export { foo };