UNPKG

html-to-json-parser

Version:

This library converts HTML to JSON or JSON to HTML tree

8 lines (6 loc) 146 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ const config = { preset: 'ts-jest', testEnvironment: 'node', }; export default config;