????

Your IP : 18.116.165.143


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/es-aggregate-error/test/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/es-aggregate-error/test/index.js

'use strict';

var implementation = require('../');
var test = require('tape');
var runTests = require('./tests');

test('as a constructor', function (t) {
	runTests(implementation, t);

	t.end();
});