UNPKG

@uplink-protocol/calendar-controller

Version:

Flexible calendar and time picker API supporting both calendar, date-picker, and time-picker integrations for any JavaScript framework or library

21 lines (20 loc) 348 B
{ "preset": "ts-jest", "testEnvironment": "node", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "testMatch": [ "**/__tests__/**/*.ts", "**/?(*.)+(spec|test).ts" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, "moduleNameMapper": { "^@/(.*)$": "<rootDir>/src/$1" } }