First commit
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t, a) {
|
||||
a(t.call("AA", "aa"), 0, "Same");
|
||||
a.ok(t.call("Amber", "zebra") < 0, "Less");
|
||||
a.ok(t.call("Zebra", "amber") > 0, "Greater");
|
||||
};
|
||||
Reference in New Issue
Block a user