From 5bc4dfc14c6f529e578635cf401252220c1134c0 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 19 Oct 2014 13:17:21 +1100 Subject: [PATCH] add base umd and amd module formatter tests --- test/fixtures/syntax/modules-amd/options.json | 3 +++ test/fixtures/syntax/modules-umd/options.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 test/fixtures/syntax/modules-amd/options.json create mode 100644 test/fixtures/syntax/modules-umd/options.json diff --git a/test/fixtures/syntax/modules-amd/options.json b/test/fixtures/syntax/modules-amd/options.json new file mode 100644 index 0000000000..b76b119f33 --- /dev/null +++ b/test/fixtures/syntax/modules-amd/options.json @@ -0,0 +1,3 @@ +{ + "modules": "amd" +} diff --git a/test/fixtures/syntax/modules-umd/options.json b/test/fixtures/syntax/modules-umd/options.json new file mode 100644 index 0000000000..1683480119 --- /dev/null +++ b/test/fixtures/syntax/modules-umd/options.json @@ -0,0 +1,3 @@ +{ + "modules": "umd" +}