]> git.r.bdr.sh - rbdr/dotfiles/blob
01a90c39ce83071fd7b5246fba5a2c6f0ad015cb
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (t, a) {
4 a(t.call("AA", "aa"), 0, "Same");
5 a.ok(t.call("Amber", "zebra") < 0, "Less");
6 a.ok(t.call("Zebra", "amber") > 0, "Greater");
7 };