Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "easily-js", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Easily-js is providing high performance function", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,2 +23,2 @@ [![Build Status](https://travis-ci.org/KSH-code/easily-js.svg?branch=master)](https://travis-ci.org/KSH-code/easily-js) | ||
* [getType](https://github.com/KSH-code/easily-js/blob/master/test/getType.test.js) | ||
* [getType](https://github.com/KSH-code/easily-js/blob/master/test/getUniqId.test.js) | ||
* [getUniqId](https://github.com/KSH-code/easily-js/blob/master/test/getUniqId.test.js) |
@@ -7,5 +7,5 @@ /* global describe, it */ | ||
describe('getUniqId test', () => { | ||
it('checkType('string', getUniqId(), getUniqId(2))', () => { | ||
it('checkType(\'string\', getUniqId(), getUniqId(2))', () => { | ||
checkType('string', getUniqId(), getUniqId(2)) | ||
}) | ||
}) |
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
12377