UNPKG
ogp-parser
Version:
beta (0.6.0-rc.0)
latest (0.8.1)
0.8.1
0.8.0
0.7.1
0.6.0
0.6.0-rc.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.0.1
This Package is Open Graph Parser.
github.com/ukyoda/ogpParser
ukyoda/ogpParser
ogp-parser
/
jest.config.js
13 lines
(12 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= { roots: [
'<rootDir>/src'
], testMatch: [
'**/__tests__/**/*.+(ts|tsx|js)'
,
'**/?(*.)+(spec|test).+(ts|tsx|js)'
, ], transform: {
'^.+\\.(ts|tsx)$'
:
'ts-jest'
, }, collectCoverage:
true
, verbose:
true
, };