mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 14:37:58 +01:00
Add a half slew of generic command execution/completion/code coverage tests. Add unhandled exception checking to tests. Fix some detected merge artifacts.
This commit is contained in:
@@ -5,6 +5,10 @@ var setupModule = function (module) {
|
||||
dactyl = new dactyllib.Controller(controller);
|
||||
};
|
||||
|
||||
var teardownModule = function (module) {
|
||||
dactyl.teardown();
|
||||
}
|
||||
|
||||
var teardownTest = function (test) {
|
||||
dactyl.closeMessageWindow();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user