it("fails with nothing passed to noUserIdleSystemSleep.", function(done) {
        var isOk = 0;
        try{
            pmset.noUserIdleSystemSleep();
        } catch (ex) {