asset
Types
pub type Error {
  ParsingFailed(glance.Error)
  NoImportFound
}Constructors
- 
          ParsingFailed(glance.Error)
- 
          NoImportFound
Values
pub fn update_text(
  contents: String,
  target_module: String,
) -> Result(String, Error)Updates a single file to use assert syntax. Accepts the target module to
replace. gleeunit/should should be used for most cases.