import * as assert from 'assert-plus'; let arr = ['one', 'two']; assert.array(arr, '');