UNPKG

css-font-face-src

Version:

A CSS @font-face src property value parser

9 lines 197 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', rootDir: './test/jest', testMatch: [ "<rootDir>/**/*.test.ts" ] };