%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/deep-is/test/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/deep-is/test/NaN.js

var test = require('tape');
var equal = require('../');

test('NaN and 0 values', function (t) {
    t.ok(equal(NaN, NaN));
    t.notOk(equal(0, NaN));
    t.ok(equal(0, 0));
    t.notOk(equal(0, 1));
    t.end();
});


test('nested NaN values', function (t) {
    t.ok(equal([ NaN, 1, NaN ], [ NaN, 1, NaN ]));
    t.end();
});

Zerion Mini Shell 1.0