chrome-mock
Advanced tools
Comparing version 0.0.5 to 0.0.7
@@ -11,5 +11,12 @@ var ContextMenus = require('./chrome/ContextMenus'); | ||
function Chrome() { | ||
this.resetMock(); | ||
} | ||
/** | ||
* Re-initialize all mocks | ||
*/ | ||
Chrome.prototype.resetMock = function () { | ||
this.contextMenus = new ContextMenus(this); | ||
this.runtime = new Runtime(this); | ||
this.tabs = new Tabs(this); | ||
} | ||
}; |
{ | ||
"name": "chrome-mock", | ||
"version": "0.0.5", | ||
"version": "0.0.7", | ||
"author": "Steven Foote & Seth McLaughlin", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
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
281672
7397