UNPKG

@yqg/multiple-click

Version:

Monitor user's multiple click behavior and report

18 lines (17 loc) 477 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: 'node', transform: { '^.+.ts?$': ['ts-jest', { diagnostics: { exclude: ['**'], }, }], }, globals: { navigator: { language: 'zh-CN', userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36' } } };