GLib.test_bug

function test_bug(bug_uri_snippet: String): void {
    // Gjs wrapper for g_test_bug()
}
  

This function adds a message to test reports that associates a bug URI with a test case. Bug URIs are constructed from a base URI set with GLib.test_bug_base and bug_uri_snippet.

Since 2.16

bug_uri_snippet

Bug specific bug tracker URI portion.