Comparing version
{ | ||
"name": "two-string", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An incredibly useful twoString utility.", | ||
@@ -21,13 +21,24 @@ "keywords": [ | ||
"lint": "eslint .", | ||
"cover": "rimraf coverage && mkdir coverage && mocha -R mocha-lcov-reporter > coverage/lcov.info", | ||
"pretest": "npm run lint", | ||
"test": "mocha -R nyan" | ||
}, | ||
"config": { | ||
"blanket": { | ||
"pattern": "src" | ||
} | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"blanket": "^1.2.1", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^1.10.3", | ||
"eslint-config-airbnb": "^5.0.0", | ||
"eslint-plugin-react": "^3.16.1", | ||
"mocha": "^2.4.5" | ||
"mocha": "^2.4.5", | ||
"mocha-lcov-reporter": "^1.0.0", | ||
"rimraf": "^2.5.1" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -5,2 +5,8 @@ # twoString | ||
[](https://npmjs.com/packages/two-string) | ||
[](https://github.com/theneva/two-string/issues) | ||
[](https://travis-ci.org/theneva/two-string) | ||
[](https://ci.appveyor.com/project/theneva/two-string) | ||
[](https://coveralls.io/github/theneva/two-string?branch=master) | ||
## Usage | ||
@@ -7,0 +13,0 @@ |
@@ -5,4 +5,4 @@ const expect = require('chai').expect; | ||
describe('twoString', () => { | ||
it('should return a two string', () => { | ||
describe('twoString', function testTwoString() { | ||
it('should return a two string', function checkReturnsTwoString() { | ||
const result = twoString(); | ||
@@ -9,0 +9,0 @@ expect(result).to.equal('2'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10100
19.41%11
22.22%20
42.86%9
80%