Skip to content

Commit 8bdc28f

Browse files
committed
doc: add readme for hw4
1 parent 972cce5 commit 8bdc28f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

hw4/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# HW4
2+
3+
You can install package through:
4+
5+
```shell
6+
npm i
7+
```
8+
9+
After finish your test code in `tests/calculator_test.js`, you can run `Stryker` by:
10+
11+
```shell
12+
npm run mutate
13+
```
14+
15+
to get your mutation testing result.

0 commit comments

Comments
 (0)