Skip to content

Commit 45c6e41

Browse files
committed
update test
1 parent 2c0fbc1 commit 45c6e41

File tree

3 files changed

+3
-88
lines changed

3 files changed

+3
-88
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
- name: Lint
4242
run: npm run lint
4343

44-
# - name: Run unit tests
45-
# run: npm run test
44+
- name: Run unit tests
45+
run: npm run test

src/context/__tests__/TranslationContext.test.tsx

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/services/__tests__/translation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jest.mock("../../storage", () => ({
1616
global.fetch = jest.fn();
1717

1818
// Mock environment variables
19-
const mockBaseUrl = "https://test-api-base-url.com";
19+
const mockBaseUrl = "https://autolocalise-main-53fde32.zuplo.app";
2020
process.env = {
2121
...process.env,
2222
BASE_URL: mockBaseUrl,

0 commit comments

Comments
 (0)