[#38] Adding several missing tests and correct CI setup
This commit is contained in:
@@ -2,5 +2,5 @@ import React from "react";
|
||||
import logo from "../../static/images/calendar.svg";
|
||||
|
||||
export function Loading() {
|
||||
return <img src={logo} />;
|
||||
return <img src={logo} alt="loading" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user