react-range-progress
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "react-range-progress", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Component for react to ease styling of range inputs.", | ||
@@ -45,2 +45,3 @@ "main": "dist/index.js", | ||
"faucet": "0.0.1", | ||
"ghooks": "1.3.2", | ||
"react": "15.3.1", | ||
@@ -55,3 +56,8 @@ "react-addons-test-utils": "15.3.1", | ||
"path": "node_modules/cz-conventional-changelog" | ||
}, | ||
"config": { | ||
"ghooks": { | ||
"pre-commit": "npm run test" | ||
} | ||
} | ||
} |
@@ -19,3 +19,3 @@ import React from 'react' | ||
var allInputs = component.findByQuery('input') | ||
// Test component props and content | ||
// Test component props and content | ||
// t.equal(component.props.className, 'default-class', 'ClassName props of component should equal "share"') | ||
@@ -22,0 +22,0 @@ // t.equal(component.text, 'share', 'Label props of component should be rendered as Button text "share"') |
10219
18