UNPKG
json-table-converter
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
convert any json to table
github.com/chuyik/json-table-converter
chuyik/json-table-converter
json-table-converter
/
jest.config.js
11 lines
(10 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { testMatch: [
'**/test/*.[jt]s'
,
'**/test/**/*.[jt]s'
], testPathIgnorePatterns: [
'\\/\\..+'
], roots: [
'<rootDir>/src'
,
'<rootDir>/test'
], collectCoverageFrom: [
'src/**/*.{js,ts}'
,
'!src/fixtures/**'
,
'!src/@types/**'
, ], }