chore: stabilizing named views e2e tests (#6246)
* fix: moving toast application state: * fix: forgot the await on the expect calls, ts didn't yell at me? * fix: cleaning up the camera move e2e code * fix: lint,tsc,fmt * Unblock on macOS for now --------- Co-authored-by: Frank Noirot <frank@zoo.dev> Co-authored-by: Jace Browning <jacebrowning@gmail.com>
This commit is contained in:
@ -1140,7 +1140,7 @@ export function tomlToPerProjectSettings(
|
||||
return TOML.parse(toml)
|
||||
}
|
||||
|
||||
export function perProjectsettingsToToml(
|
||||
export function perProjectSettingsToToml(
|
||||
settings: DeepPartial<ProjectConfiguration>
|
||||
) {
|
||||
// eslint-disable-next-line no-restricted-syntax
|
||||
|
Reference in New Issue
Block a user