english-plurals-list
Advanced tools
Comparing version 0.12.0 to 0.12.1
{ | ||
"name": "english-plurals-list", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"description": "English irregular plurals list, based on WordNet", | ||
@@ -8,3 +8,3 @@ "main": "dist/plurals.json", | ||
"clean": "rm -rf dist", | ||
"test": "mocha", | ||
"test": "nyc --reporter=lcov --reporter=text mocha", | ||
"build": "tsc && gulp build" | ||
@@ -24,3 +24,3 @@ }, | ||
"license": "Apache-2.0", | ||
"gitHead": "9223cdd558d1775f866f99921e3391d5d7cdc4f2" | ||
"gitHead": "e259475c0e729de8cd17a7702e90c11b9f725348" | ||
} |
@@ -11,3 +11,3 @@ const assert = require('assert'); | ||
describe('english-plurals-list', function() { | ||
describe('english-plurals-list', function () { | ||
for (let i = 0; i < testCasesPlural.length; i++) { | ||
@@ -17,9 +17,9 @@ const testCase = testCasesPlural[i]; | ||
const expected = testCase[1]; | ||
it(`${singular} => ${expected}`, function() { | ||
it(`${singular} => ${expected}`, function () { | ||
assert.strictEqual(EnglishPlurals[singular], expected); | ||
}); | ||
} | ||
it(`brother was removed`, function() { | ||
it(`brother was removed`, function () { | ||
assert(EnglishPlurals['brother'] == null); | ||
}); | ||
}); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
86694
17
540
1