UNPKG
@lcap/nasl-parser
Version:
latest (0.1.0)
0.1.0
Take Nasl text to Nasl AST with the help of generalized parsing.
@lcap/nasl-parser
/
jest.config.js
8 lines
(7 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { cache:
true
, cacheDirectory:
'.cache/jest'
, preset:
'ts-jest'
, testEnvironment:
'node'
, };