0.2.0 • Published 7 years ago

tape-deep-include v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

#tape-deep-include

npm version Build Status

tape deepInclude assertion

example

var test = require('tape');
require('tape-deep-include');

function testable() {
  return [
    {one: 1},
    {two: 2}
  ]
}

test('testable test', function (t) {
  t.deepInclude(testable(), {one: 1});
  t.end();
});
0.2.0

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago