All checks were successful
gitea-deepak/gog_frontend/pipeline/head This commit looks good
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
import { API_ROOT } from "./config";
|
|
|
|
test("testing config api root", () => {
|
|
expect(API_ROOT).toEqual("http://localhost:8080/");
|
|
});
|