UNPKG

ismobilejs

Version:

A simple JS library that detects mobile devices.

10 lines (9 loc) 230 B
module.exports = { roots: ['<rootDir>/src/__tests__'], transform: { '^.+\\.ts$': 'ts-jest', }, testRegex: '^.+\\.ts$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], preset: 'jest-puppeteer', };