From 4fc6823ece6e317c40a4b347236acdd53b413192 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 6 Jan 2015 12:17:29 +1100 Subject: [PATCH] no ast check on api tests --- test/fixtures/transformation/api/options.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/fixtures/transformation/api/options.json diff --git a/test/fixtures/transformation/api/options.json b/test/fixtures/transformation/api/options.json new file mode 100644 index 0000000000..df1ae3d305 --- /dev/null +++ b/test/fixtures/transformation/api/options.json @@ -0,0 +1,3 @@ +{ + "noCheckAst": true +}