aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-set/test/index.js
blob: 19c64865097d314ef03fee4d8da06a9272f3e92d (plain)
1
2
3
'use strict';

module.exports = function (T, a) { a((new T(['raz', 'dwa'])).size, 2); };