test-drive-react
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "test-drive-react", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Opinionated library for Test-Driven Development of React Components.", | ||
@@ -20,7 +20,7 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"test-drive": "^0.5.1" | ||
"test-drive": "^0.5.3" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.41", | ||
"@types/react": "^15.0.33", | ||
"@types/react": "^15.6.0", | ||
"@types/react-dom": "^15.5.1", | ||
@@ -31,3 +31,3 @@ "karma": "^1.7.0", | ||
"karma-sauce-launcher": "^1.1.0", | ||
"karma-webpack": "^2.0.3", | ||
"karma-webpack": "^2.0.4", | ||
"mocha": "^3.4.2", | ||
@@ -39,6 +39,6 @@ "mocha-loader": "^1.1.1", | ||
"rimraf": "^2.6.1", | ||
"ts-loader": "^2.2.1", | ||
"typescript": "^2.4.1", | ||
"webpack": "^3.0.0", | ||
"webpack-dev-server": "^2.5.0" | ||
"ts-loader": "^2.3.2", | ||
"typescript": "^2.4.2", | ||
"webpack": "^3.4.1", | ||
"webpack-dev-server": "^2.6.1" | ||
}, | ||
@@ -45,0 +45,0 @@ "files": [ |
# Test Drive React | ||
[![npm version](https://badge.fury.io/js/test-drive-react.svg)](https://www.npmjs.com/package/test-drive-react) | ||
[![Build Status](https://travis-ci.org/wix/test-drive-react.svg?branch=master)](https://travis-ci.org/wix/test-drive-react) | ||
Opinionated library for Test-Driven Development of React components, extending | ||
[Test Drive](https://github.com/wix/test-drive) and providing its | ||
Opinionated library for Test-Driven Development of React components, extending | ||
[Test Drive](https://github.com/wix/test-drive) and providing its | ||
[timing functions](https://github.com/wix/test-drive#waitfor-waitfordom), | ||
@@ -23,3 +24,3 @@ [DOM parts lookup](https://github.com/wix/test-drive#locating-your-dom-parts-selectdom), | ||
For a typical use, see the [end-to-end test](./test/e2e.spec.tsx). | ||
For a typical use, see the [end-to-end test](./test/e2e.spec.tsx). | ||
@@ -26,0 +27,0 @@ The renderer is created simply by invoking `new ClientRenderer()`. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23683
44
0
Updatedtest-drive@^0.5.3