Skip to content

Commit 7c57c8e

Browse files
committed
feat: hw4
1 parent dabb78a commit 7c57c8e

6 files changed

Lines changed: 2461 additions & 0 deletions

File tree

hw4/README.md

Lines changed: 15 additions & 0 deletions
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)