UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

13 lines (9 loc) 291 B
'use strict'; var toArray = require('es5-ext/array/to-array') , Set = require('../../'); module.exports = function (t, a) { var content = ['raz', 2, true], set = new Set(content), copy; copy = t.call(set); a.not(copy, set, "Copy"); a.deep(toArray(copy), content, "Content"); };