Refactor code

This commit is contained in:
brufdev
2025-02-13 13:42:13 +00:00
parent 1122ce3538
commit 3d95517f47
7 changed files with 33 additions and 41 deletions
+1
View File
@@ -50,5 +50,6 @@ it('adds a node', function (): void {
->set('form.name', fake()->words(3, true))
->call('add')
->assertSet('show', false);
expect($vault->nodes()->count())->toBe(1);
});