UNPKG

@uplink-protocol/form-controller

Version:

Reactive multi-step form controller with dynamic validation and state management

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" } }