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