From aaa86d1555d0593659e25118888a2db1f88594c7 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Fri, 1 Aug 2014 13:42:27 -0400 Subject: [PATCH] Renamed test dir and added nested plugin.xml --- tests/plugin.xml | 30 ++++++++++++++++++++++++++++++ {test => tests}/tests.js | 0 2 files changed, 30 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..8e162e1 --- /dev/null +++ b/tests/plugin.xml @@ -0,0 +1,30 @@ + + + + + Cordova Network Information 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