UNPKG
@tryfabric/martian
Version:
latest (1.2.4)
1.2.4
1.2.0
1.1.1
1.1.0
Converts Markdown to Notion Blocks and RichText
github.com/tryfabric/martian
tryfabric/martian
@tryfabric/martian
/
jest.config.ts
9 lines
(7 loc)
•
180 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
const
config = {
preset
:
'ts-jest'
,
testPathIgnorePatterns
: [
'/node_modules/'
,
'/build/'
],
testEnvironment
:
'node'
,
testMatch
: [
'**/*.spec.ts'
], };
export
default
config;