UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

23 lines (22 loc) 471 B
{ "name": "@duetds/hydrate", "description": "Duet component hydration app.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "test:dev": "jest --watchAll --runInBand" }, "devDependencies": { "jest": "^26.1.0", "jest-image-snapshot": "^4.0.2", "jest-puppeteer": "^4.4.0", "puppeteer": "^5.0.0" }, "jest": { "setupFilesAfterEnv": [ "<rootDir>/setup.js" ], "preset": "jest-puppeteer" } }