UNPKG

ts-prime

Version:

A utility library for JavaScript and Typescript.

7 lines (6 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var randomString_1 = require("./randomString"); test('randomString', function () { expect(randomString_1.randomString(10).length).toBe(10); });