Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

test-drive-react

Package Overview
Dependencies
Maintainers
3
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-drive-react - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

16

package.json
{
"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()`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc