From 873e820210b5f25bc29ab9bdb32042c7a721495f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 27 Dec 2014 17:00:38 +1100 Subject: [PATCH] add unknown module formatter test --- .../transformation/api/unknown-module-formatter/options.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/fixtures/transformation/api/unknown-module-formatter/options.json diff --git a/test/fixtures/transformation/api/unknown-module-formatter/options.json b/test/fixtures/transformation/api/unknown-module-formatter/options.json new file mode 100644 index 0000000000..834f1d0a2e --- /dev/null +++ b/test/fixtures/transformation/api/unknown-module-formatter/options.json @@ -0,0 +1,4 @@ +{ + "modules": "foobar", + "throws": "Unknown module formatter type \"foobar\"" +}