UNPKG
ncr-decode
Version:
latest (1.0.2)
1.1.0
1.0.2
1.0.1
1.0.0
A Tool to decode numeric character reference(NCR)
github.com/xiaomoer/ncr-decode
xiaomoer/ncr-decode
ncr-decode
/
jest.config.js
8 lines
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= { collectCoverageFrom: [
'<rootDir>/*.js'
], testMatch: [
'<rootDir>/tests/*.js'
] }