From 32fca02faa735e97d679e69b42e93f15422fd976 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Fri, 1 Aug 2014 16:39:12 -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..a450297 --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,31 @@ + + + + + Cordova StatusBar 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