From 7bfe028d18cca03a7be9c8d0966846e4be17899a Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 12 Oct 2014 13:40:44 +1100 Subject: [PATCH] unknown transformer in list test --- .../syntax/api/unknown-transformer-in-list/options.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/fixtures/syntax/api/unknown-transformer-in-list/options.json diff --git a/test/fixtures/syntax/api/unknown-transformer-in-list/options.json b/test/fixtures/syntax/api/unknown-transformer-in-list/options.json new file mode 100644 index 0000000000..4d99240340 --- /dev/null +++ b/test/fixtures/syntax/api/unknown-transformer-in-list/options.json @@ -0,0 +1,4 @@ +{ + "throws": "unknown transformer arrowFunctions2 specified in whitelist", + "whitelist": ["arrowFunctions2"] +}