Files
cs249r_book/tinytorch/site/extra/community/package.json
2026-02-27 17:06:38 -05:00

13 lines
278 B
JSON

{
"name": "tinytorch-community-tests",
"version": "1.0.0",
"description": "E2E tests for Tiny Torch Community",
"scripts": {
"test": "npx playwright test",
"test:ui": "npx playwright test --ui"
},
"devDependencies": {
"@playwright/test": "^1.42.0"
}
}