mirror of
https://github.com/brufdev/many-notes.git
synced 2026-04-26 03:38:36 -05:00
Refactor code
This commit is contained in:
@@ -41,5 +41,6 @@ it('updates a node', function (): void {
|
||||
->set('form.name', $newName)
|
||||
->call('edit')
|
||||
->assertSet('show', false);
|
||||
|
||||
expect($vault->nodes()->first()->name)->toBe($newName);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user