Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
add strict fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Mar 25, 2019
1 parent 1d8d24b commit d69ed56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/fixtures/options/strict.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { foo, bar } from 'some-module'

// EMPTY BLOCK
const Button = foo`
`;
const Button2 = bar`
`;

0 comments on commit d69ed56

Please sign in to comment.