aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-map/test/index.js
blob: 907b8c5a7bb2e761adb6e255dc6d79f06dd3e00d (plain)
1
2
3
4
5
'use strict';

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