You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
saw https://github.com/ef4/scenario-tester/blob/main/index.ts#L169
and that's a mutable field.
But given the usage and the fact that a Project errors if you change baseDir after it's created, I think it makes sense to have PreparedApp#dir also be read only?
The text was updated successfully, but these errors were encountered:
NullVoxPopuli
changed the title
Should PreparedApp.dir be readonly?
Should PreparedApp#dir be readonly?
May 25, 2023
saw https://github.com/ef4/scenario-tester/blob/main/index.ts#L169
and that's a mutable field.
But given the usage and the fact that a
Project
errors if you changebaseDir
after it's created, I think it makes sense to havePreparedApp#dir
also be read only?The text was updated successfully, but these errors were encountered: