UNPKG
n8n-nodes-ippanel
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
n8n node for IPPanel SMS service
github.com/ippanelcom/n8n-node
ippanelcom/n8n-node
n8n-nodes-ippanel
/
jest.config.js
12 lines
(10 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, transform: {
'^.+\\.ts$'
:
'ts-jest'
, }, testRegex:
'(/tests/.*|(\\.|/)(test|spec))\\.ts$'
, moduleFileExtensions: [
'ts'
,
'js'
,
'json'
,
'node'
], coverageDirectory:
'coverage'
, };