Github user stevengill commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-test-framework/pull/27#discussion_r141247457
--- Diff: README.md ---
@@ -62,6 +62,10 @@ Add a directory named `tests` to the root of your
plugin. Within this directory,
For example, the `cordova-plugin-device` plugin has this nested
[`plugin.xml`](https://github.com/apache/cordova-plugin-device/blob/master/tests/plugin.xml).
+Create a `package.json` inside your project's `tests/` folder. The latest
version of the tools ensure to run `npm install` on any plugin added to a
project and pull in any dependencies. Therefore, plugin authors can now put npm
dependencies around their tests into the `package.json` file.
+
+For example,the `cordova-plugin-device` plugin contains a
[`package.json`](https://github.com/apache/cordova-plugin-device/blob/736c7b9dfdfa25a924ffc3d1e409450633a8c00f/tests/package.json).
--- End diff --
can you replace this link with the master version.
https://github.com/apache/cordova-plugin-device/blob/master/tests/package.json
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]