UNPKG

@astrodraw/astrochart

Version:

A free and open-source JavaScript library for generating SVG charts to display planets in astrology.

7 lines (6 loc) 189 B
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ module.exports = { preset: 'ts-jest', collectCoverageFrom: ['./project/src/**/*.{ts,js}'], testEnvironment: 'jsdom' }