Skip to content

Commit

Permalink
added table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
nktnet committed Oct 11, 2023
1 parent 1b970f5 commit dc333de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,18 @@ Enable named exports with relative paths identical to CommonJS [require](https:/

Clone objects at runtime to remove false negatives in expect[.toStrictEqual](https://jestjs.io/docs/expect#tostrictequalvalue)


</div>

---

- [1. Installation](#1-installation)
- [2. Usage](#2-usage)
- [2.1. relativePath](#21-relativepath)
- [2.2. Options](#22-options)
- [3. License](#3-license)
- [4. Limitations](#4-limitations)
- [5. Caveats](#5-caveats)

## 1. Installation

```
Expand Down Expand Up @@ -212,7 +221,7 @@ it has the same limitations in that it can only import CommonJS modules. Please
see the [limitations](https://github.com/jhnns/rewire#limitations) as described
in the rewire module.

## 5. Caveat
## 5. Caveats

**jewire** was designed to autotest private functions in the submitted code of students
using the Jest testing framework during the first two weeks of their studies in
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/nktnet1/jewire"
},
"version": "0.0.1",
"version": "0.0.2",
"files": [
"dist"
],
Expand Down

0 comments on commit dc333de

Please sign in to comment.