add test story

This commit is contained in:
2025-06-14 21:28:46 +07:00
parent 77854681a0
commit 3a2980e9d0
7 changed files with 50 additions and 5 deletions
+15
View File
@@ -15,6 +15,21 @@
],
"cwd": "${workspaceFolder}",
"buildFlags": "-tags local"
},
{
"name": "Local Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/evening_detective",
"args": [
"--local"
],
"cwd": "${workspaceFolder}",
"buildFlags": "-tags local",
"env": {
"STORY_FILENAME": "./internal/tests/story.json"
}
}
]
}
+4
View File
@@ -1,8 +1,12 @@
{
"cSpell.words": [
"Приложение",
"Текст",
"Точка",
"точки",
"AUTOINCREMENT",
"gwmux",
"localtime",
"palces"
]
}