UNPKG

@lcap/nasl-parser

Version:

Take Nasl text to Nasl AST with the help of generalized parsing.

8 lines (7 loc) 172 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { cache: true, cacheDirectory: '.cache/jest', preset: 'ts-jest', testEnvironment: 'node', };