Games Cupboard / build / js / node_modules / object-is / test / index.js
'use strict'; var index = require('../'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(index, t); t.end(); });
'use strict'; var index = require('../'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(index, t); t.end(); });