Merge branch 'develop' into connection-cleanup-tests

This commit is contained in:
FKSRipple
2020-01-10 16:15:16 -08:00
committed by GitHub
30 changed files with 1571 additions and 963 deletions

View File

@@ -33,7 +33,7 @@ interface LoadedTestSuite {
name: string
tests: [string, TestFn][]
config: {
/** Set to true to skip re-running tests with an X-Address. */
/** Set to true to skip re-running tests with an X-address. */
skipXAddress?: boolean
}
}