Skip to content

Commit d2e663c

Browse files
committed
Fix typing for main script. Add jsdom for tests
1 parent f3014d1 commit d2e663c

File tree

7 files changed

+1109
-93
lines changed

7 files changed

+1109
-93
lines changed

README.MD

+5
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ var allElements = mapElement(htmlNode, "//html[1]", {
1919
"//html[1]" : html
2020
});
2121
console.log(allElements);
22+
```
23+
24+
## Test
25+
```sh
26+
npm run test
2227
```

0 commit comments

Comments
 (0)