From 35dcef22c40bbcef48cba344b7be9c99157a1c33 Mon Sep 17 00:00:00 2001 From: 59naga Date: Mon, 2 Jul 2018 23:08:30 +0900 Subject: [PATCH] chore: add comment --- test/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/index.js b/test/index.js index e1ef13e..b7caff3 100644 --- a/test/index.js +++ b/test/index.js @@ -20,6 +20,8 @@ describe('babel-plugin-add-module-exports', () => { './src/index.js' ] }) + + // use code comparison instead of vm.runInNewContext(doesn't work `export` syntax) assert(code === result.code) })