Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.9/string.prototype.padend/test/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.9/string.prototype.padend/test/index.js

'use strict';

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

test('as a function', function (t) {
	t.test('bad array/this value', function (st) {
		st['throws'](function () { padEnd(undefined, 'a'); }, TypeError, 'undefined is not an object');
		st['throws'](function () { padEnd(null, 'a'); }, TypeError, 'null is not an object');
		st.end();
	});

	runTests(padEnd, t);

	t.end();
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists