Implemented test run deletion

This commit is contained in:
Takeshi Kimata
2024-04-13 13:33:05 +09:00
parent c852d2e0cd
commit 42ab034a59
7 changed files with 46 additions and 18 deletions

View File

@@ -54,8 +54,8 @@ module.exports = {
{
name: "Run 1",
projectId: 1,
configurations: null,
description: null,
configurations: 1,
description: "",
state: 1,
createdAt: new Date(),
updatedAt: new Date(),
@@ -63,8 +63,8 @@ module.exports = {
{
name: "Run 2",
projectId: 1,
configurations: null,
description: null,
configurations: 1,
description: "",
state: 1,
createdAt: new Date(),
updatedAt: new Date(),
@@ -72,8 +72,8 @@ module.exports = {
{
name: "Run 3",
projectId: 1,
configurations: null,
description: null,
configurations: 1,
description: "",
state: 1,
createdAt: new Date(),
updatedAt: new Date(),