mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 17:20:21 -05:00
13 lines
278 B
JSON
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"
|
|
}
|
|
}
|