UNPKG
terra-draw-mapbox-gl-adapter
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Terra Draw Adapter for Mapbox GL JS
github.com/JamesLMilner/terra-draw
JamesLMilner/terra-draw
terra-draw-mapbox-gl-adapter
/
jest.nocheck.config.ts
9 lines
(7 loc)
•
251 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
noCheckConfig
from
"../../jest.nocheck.config.ts"
;
export
default
{ ...noCheckConfig,
testPathIgnorePatterns
: [
"<rootDir>/dist"
],
coveragePathIgnorePatterns
: [
"<rootDir>/src/test/"
,
"<rootDir>/dist"
],
collectCoverageFrom
: [
"./src/**"
], };