mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 00:24:12 +01:00
'Fix' :delcommand testCommands test.
This was failing due to *evil* test dependencies.
This commit is contained in:
@@ -137,9 +137,16 @@ var tests = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
delbmarks: { anyOutput: ["", "about:pentadactyl"] },
|
delbmarks: { anyOutput: ["", "about:pentadactyl"] },
|
||||||
delcommand: {
|
delcommand: [
|
||||||
noOutput: ["foo"] // TODO: Why is this failing? "Unexpected command output: delcommand foo"
|
{
|
||||||
},
|
init: ["comclear", "command foo bar"],
|
||||||
|
noOutput: ["foo"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
init: ["comclear"],
|
||||||
|
error: ["foo"]
|
||||||
|
}
|
||||||
|
],
|
||||||
delmacros: {
|
delmacros: {
|
||||||
error: [""],
|
error: [""],
|
||||||
noOutput: ["x"],
|
noOutput: ["x"],
|
||||||
|
|||||||
Reference in New Issue
Block a user