From d69ed56d1d87bb6e10f9169601b0bbdd7f0f7b63 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Mon, 25 Mar 2019 12:58:58 +0000 Subject: [PATCH] add strict fixture --- test/fixtures/options/strict.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/fixtures/options/strict.js diff --git a/test/fixtures/options/strict.js b/test/fixtures/options/strict.js new file mode 100644 index 0000000..cc449f0 --- /dev/null +++ b/test/fixtures/options/strict.js @@ -0,0 +1,9 @@ +import { foo, bar } from 'some-module' + +// EMPTY BLOCK +const Button = foo` + +`; +const Button2 = bar` + +`;