DefinitelyTyped/assert-plus/assert-plus-tests.ts

6 lines
90 B
TypeScript

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