From be8d340f31fd40e42c46b37679b1f21358acaad9 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Fri, 1 Aug 2014 16:40:01 -0400 Subject: [PATCH] Renamed test dir, added nested plugin.xml --- tests/plugin.xml | 29 +++++++++++++++++++++++++++++ {test => tests}/tests.js | 0 2 files changed, 29 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..2938677 --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,29 @@ + + + + + Cordova Splashscreen 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