"use strict";
exports.__esModule = true;
var chai_1 = require("chai");
var sentences_1 = require("./sentences");
describe('Create a random sentance:', function () {
it('Random sentance', function () {
(0, chai_1.expect)((0, sentences_1["default"])()).to.not.be.undefined;
});
});