Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 2d0ebd6

Browse files
committed
add CI badge
1 parent 4a74caf commit 2d0ebd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cypress-react-unit-test
1+
# cypress-react-unit-test [![Build Status](https://travis-ci.org/bahmutov/cypress-react-unit-test.svg?branch=master)](https://travis-ci.org/bahmutov/cypress-react-unit-test)
22

33
> Unit test React components using Cypress
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist",
66
"module": "lib",
77
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1",
8+
"test": "cypress run",
99
"build": "webpack -d",
1010
"cy:open": "cypress open",
1111
"transpile": "tsc",

0 commit comments

Comments
 (0)