function test() { ok(false, "fail ok"); is(true, false, "fail is"); isnot(true, true, "fail isnot"); todo(true, "fail todo"); }