Skip to content

Commit

Permalink
fix step to use
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatagungj committed Feb 19, 2022
1 parent 27b1340 commit a33be00
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,18 @@ Options:
```

## To Use

1. Create test file with format `name.test.js`
1. Initialize your ownTest project:
```bash
node owntest.js init
```
2. Create test file with format `name.test.js`

> You can put file in any folder but recommended on `__test__`.
2. Write test code in test file.

### Run Test
1. Run `owntest.js` to run all test.
2. Run `owntest.js --test=name.test.js` to run single test.
3. Write test code in test file.
4. Run your test file:
- Run `owntest.js` to run all test.
- Run `owntest.js --test=name.test.js` to run single test.


## Expect
Expand Down

0 comments on commit a33be00

Please sign in to comment.