From e3ad798a2405cb3641cb2271b9cbf8553816dd9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 6 Apr 2020 04:18:59 +0200 Subject: [PATCH] Remove unnecessary test file (#11383) bigInts are enabled by default --- .../test/fixtures/types/BigIntLiteral/options.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 packages/babel-generator/test/fixtures/types/BigIntLiteral/options.json diff --git a/packages/babel-generator/test/fixtures/types/BigIntLiteral/options.json b/packages/babel-generator/test/fixtures/types/BigIntLiteral/options.json deleted file mode 100644 index c7885a1073..0000000000 --- a/packages/babel-generator/test/fixtures/types/BigIntLiteral/options.json +++ /dev/null @@ -1 +0,0 @@ -{ "plugins": ["bigInt"] }