Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vite): Only attempt to amend test object if one exists
Test object is assigned using optional chaining but previously did not check that any value had actually been assigned which would cause the `getStart` call to fail resulting in a failed migration.
- Loading branch information