UNPKG

foundation-ultimate

Version:

The Ultimate Foundation Package with both FoundationApps and Foundation Sites Included

6 lines 180 B
var assert = require('assert'); describe('String#split', function(){ it('should return an array', function(){ assert(Array.isArray('a,b,c'.split(','))); }); })