Closed crookse closed 4 years ago
There was a change to Deno's assert library where they changed the following:
assertArrayContains -> assertArrayIncludes assertStringContains -> assertStringIncludes
To prevent breaking changes between Rhum users and Rhum, I'm making Rhum backwards compatible by mapping the old methods to the new methods.
There was a change to Deno's assert library where they changed the following:
To prevent breaking changes between Rhum users and Rhum, I'm making Rhum backwards compatible by mapping the old methods to the new methods.