import { API_ROOT } from "./config"; test("testing config api root", () => { expect(API_ROOT).toEqual("http://localhost:8080/"); });