Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c97f136

Browse files
committed
readme
1 parent 3518c00 commit c97f136

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Solid base for practising RxJS
22

3-
Use this playground to quickly scaffold a rxjs program
3+
Use this playground to quickly scaffold a rxjs program and includes marble testing
44

55
# Usage
66
```bash
77
$ npm start
88
```
99

10+
# TDD
11+
```bash
12+
$ npm test
13+
```
14+
1015
Project will start on the specified port with watch mode, enjoy!

0 commit comments

Comments
 (0)