Skip to content

Commit

Permalink
chore(): update README
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Apr 13, 2020
1 parent 8484068 commit 1010a41
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[![Travis Status](https://travis-ci.com/easyops-cn/brick-next-devtools.svg?branch=master)](https://travis-ci.com/easyops-cn/brick-next-devtools) [![Coverage Status](https://coveralls.io/repos/github/easyops-cn/brick-next-devtools/badge.svg?branch=master)](https://coveralls.io/github/easyops-cn/brick-next-devtools)
# Brick Next Developer Tools [![Travis Status](https://travis-ci.com/easyops-cn/brick-next-devtools.svg?branch=master)](https://travis-ci.com/easyops-cn/brick-next-devtools) [![Coverage Status](https://coveralls.io/repos/github/easyops-cn/brick-next-devtools/badge.svg?branch=master)](https://coveralls.io/github/easyops-cn/brick-next-devtools)

# Brick Next Developer Tools

A Chrome extension for Brick Next developers.
A Chrome devtools extension for Brick Next developers.

## Development

Expand All @@ -19,12 +17,24 @@ Follow [Official Tutorial](https://developer.chrome.com/extensions/getstarted),
npm test
```

Testing a specified file in watch mode:
To test a specified file:

```
npm test src/some-file.spec.ts
```

To test a specified file in watch mode:

```
npm test src/some-file.spec.ts -- --watch
```

To test a specified file and collect coverage from related files only:

```
npm test src/some-file.spec.ts -- no-collect-coverage-from
```

## Publish

```
Expand Down

0 comments on commit 1010a41

Please sign in to comment.