DefinitelyTyped/assert-plus/assert-plus-tests.ts
2017-02-23 07:15:16 -08:00

6 lines
92 B
TypeScript

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