mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
feat: add placeholder test script in package.json
This commit is contained in:
parent
6e836142ed
commit
082f779514
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"pretest:e2e": "docker compose -f docker-compose.test.yml build",
|
"pretest:e2e": "docker compose -f docker-compose.test.yml build",
|
||||||
|
"test": "echo \"TODO\"",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
"test:e2e:ui": "playwright test --ui",
|
"test:e2e:ui": "playwright test --ui",
|
||||||
"docker:test:up": "docker compose -f docker-compose.test.yml up -d",
|
"docker:test:up": "docker compose -f docker-compose.test.yml up -d",
|
||||||
|
@ -52,4 +53,4 @@
|
||||||
"typescript-eslint": "^8.0.1",
|
"typescript-eslint": "^8.0.1",
|
||||||
"vite": "^5.4.1"
|
"vite": "^5.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue