meteor-desktop-plugin-test-suite
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "meteor-desktop-plugin-test-suite", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=4.0.0" |
@@ -11,3 +11,3 @@ ## Meteor Desktop Plugin Test Suite | ||
```javascript | ||
/* | ||
/** | ||
* @param {string} installPath - Path at which to install the app. | ||
@@ -30,3 +30,3 @@ * @param {string} pluginName - Name of the npm package (plugin) you are testing. | ||
```javascript | ||
/* | ||
/** | ||
* @param {Object} app - The app ref from Spectron. | ||
@@ -33,0 +33,0 @@ * @param {Array} args - Array of arguments to pass to ipc.send. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19485