Comparing version 1.0.5 to 1.0.6
/** | ||
* txtgen | ||
* v1.0.5 | ||
* built: Tue, 27 Sep 2016 08:06:46 GMT | ||
* v1.0.6 | ||
* built: Wed, 28 Sep 2016 10:00:39 GMT | ||
* git: https://github.com/ndaidong/txtgen | ||
@@ -6,0 +6,0 @@ * author: @ndaidong |
{ | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"name": "txtgen", | ||
@@ -4,0 +4,0 @@ "description": "Util for generating random sentences, paragraphs and articles in English", |
@@ -7,3 +7,3 @@ # txtgen | ||
[![Coverage Status](https://coveralls.io/repos/github/ndaidong/txtgen/badge.svg?branch=master&noop)](https://coveralls.io/github/ndaidong/txtgen?branch=master) | ||
![Dependency Status](https://david-dm.org/ndaidong/txtgen.svg) | ||
[![Dependency Status](https://www.versioneye.com/user/projects/57e8dfb3bd6fa600316f905c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/57e8dfb3bd6fa600316f905c) | ||
[![Known Vulnerabilities](https://snyk.io/test/npm/txtgen/badge.svg)](https://snyk.io/test/npm/txtgen) | ||
@@ -10,0 +10,0 @@ |
@@ -54,4 +54,11 @@ /** | ||
test('txtgen.addNouns():', (assert) => { | ||
let count = txtgen.addNouns([bella.createId(), bella.createId(), bella.createId()]); | ||
assert.equals(count, 85, 'After adding 3 items => 85 nouns'); | ||
let count = txtgen.addNouns([ | ||
bella.createId(), | ||
bella.createId(), | ||
bella.createId(), | ||
'file', | ||
'class', | ||
'family' | ||
]); | ||
assert.equals(count, 88, 'After adding 6 items => 88 nouns'); | ||
assert.end(); | ||
@@ -58,0 +65,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170987
4052