Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace native schemaToXmlString (#217)
- Add SchemaTestUtils class that with schemaToXmlString method - To convert schema to an xml string I added @itwin/ecschema-locaters as they have helper to do this - In an effort to replace internal apis that are currently deprecated and will be removed in itwin js 5.0 release, we will replace `nativeDb.schemaToXmlString` with `SchemaTestUtils.schemaToXmlString`
- Loading branch information