From dbaa458b7f0c1abce1a6e9cc100e03dc8b13cf28 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Thu, 31 Jul 2014 12:45:05 -0400 Subject: [PATCH] Renamed test dir, added nested plugin.xml --- tests/plugin.xml | 31 +++++++++++++++++++++++++++++++ {test => tests}/tests.js | 0 2 files changed, 31 insertions(+) create mode 100644 tests/plugin.xml rename {test => tests}/tests.js (100%) diff --git a/tests/plugin.xml b/tests/plugin.xml new file mode 100644 index 0000000..403753b --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,31 @@ + + + + + Cordova Camera Plugin Tests + Apache 2.0 + + + + diff --git a/test/tests.js b/tests/tests.js similarity index 100% rename from test/tests.js rename to tests/tests.js