mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-06-12 23:00:26 +00:00
Fix syncback not removing stale $properties at engine defaults (#1244)
This commit is contained in:
@@ -86,4 +86,7 @@ syncback_tests! {
|
||||
sync_rules => ["src/module.modulescript", "src/text.text"],
|
||||
// Ensures that the `syncUnscriptable` setting works
|
||||
unscriptable_properties => ["default.project.json"],
|
||||
// Ensures that syncback correctly removes default values from projects rather
|
||||
// than leaving an incorrect value.
|
||||
project_default_properties_remove => ["default.project.json"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user