From bfe92a4eea90029ccc0547fce374f7ed5e3dd24d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 14 Jul 2015 21:10:35 +0100 Subject: [PATCH] add comments: false to generation test --- .../return-with-retainlines-and-compact-option/options.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/babel/test/fixtures/generation/edgecase/return-with-retainlines-and-compact-option/options.json b/packages/babel/test/fixtures/generation/edgecase/return-with-retainlines-and-compact-option/options.json index 87138b0d7e..a3e2539639 100644 --- a/packages/babel/test/fixtures/generation/edgecase/return-with-retainlines-and-compact-option/options.json +++ b/packages/babel/test/fixtures/generation/edgecase/return-with-retainlines-and-compact-option/options.json @@ -1,4 +1,5 @@ { + "comments": false, "retainLines": true, "compact": true }