feat: add scene-based recording, e2e tests, and improved TUI state indicators
This commit is contained in:
committed by
Loic Coenen (aider)
parent
f2993eac80
commit
7c289e1496
13
e2e/package.json
Normal file
13
e2e/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "looper-e2e",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "tsx test.ts",
|
||||
"compile": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
"tsx": "^4.0.0",
|
||||
"@types/node": "^20.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user