Files
gog_frontend/src/services/config.test.jsx
Deepak 6da0c2b84a
All checks were successful
gitea-deepak/gog_frontend/pipeline/head This commit looks good
Adds snapshot and begins to add login component tests
2021-01-23 18:53:53 -06:00

6 lines
135 B
JavaScript

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