implement tests TatortList.view, check delete/edit Item

This commit is contained in:
2025-09-09 18:25:04 +02:00
parent 650cfd0061
commit 8803187ce1
8 changed files with 167 additions and 180 deletions

View File

@@ -81,8 +81,9 @@
}
</script>
<div>
<div data-testid="test-nameItemEditor">
<input
data-testid="test-input"
bind:this={inputRef}
bind:value={localName}
onfocus={() => {

View File

@@ -1,3 +1,3 @@
import { readFileSync } from 'fs';
export default JSON.parse(readFileSync('./config.json').toString());
export default JSON.parse(readFileSync('./config_prod.json').toString());