diff options
Diffstat (limited to 'tests/fixtures/foo.js')
| -rw-r--r-- | tests/fixtures/foo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures/foo.js b/tests/fixtures/foo.js new file mode 100644 index 0000000..82955ab --- /dev/null +++ b/tests/fixtures/foo.js @@ -0,0 +1 @@ +const a = () => { return 2; }; |
