feat: show learning progress in web app
This commit is contained in:
@@ -33,4 +33,7 @@ func TestHandlerServesAsset(t *testing.T) {
|
||||
if !strings.Contains(rec.Body.String(), "diagnostic-sessions") {
|
||||
t.Fatal("expected app script content")
|
||||
}
|
||||
if !strings.Contains(rec.Body.String(), "readiness-map") {
|
||||
t.Fatal("expected progress API content")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user