UNPKG

musickit-ts

Version:

MusicKit TS is a library for handling MusicKit JS v3 with TypeScript.

11 lines (10 loc) 263 B
module.exports = { preset: 'ts-jest', roots: ['<rootDir>'], testMatch: ['**/?(*.)+(spec|test).+(ts)'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, setupFiles: ['./jest.setup.js', 'dotenv/config'], testEnvironment: 'jest-environment-jsdom', };