UNPKG
terra-draw-maplibre-gl-adapter
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Terra Draw Adapter for Maplibre GL JS
github.com/JamesLMilner/terra-draw
JamesLMilner/terra-draw
terra-draw-maplibre-gl-adapter
/
jest.nocheck.config.ts
9 lines
(7 loc)
•
255 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
const
noCheckConfig
=
require(
"../../jest.nocheck.config"
);
module
.
exports
= { ...noCheckConfig, testPathIgnorePatterns: [
"<rootDir>/dist"
], coveragePathIgnorePatterns: [
"<rootDir>/src/test/"
,
"<rootDir>/dist"
], collectCoverageFrom: [
"./src/**"
], };