Skip to content

Commit add3f03

Browse files
committed
Remove unused constants
1 parent b2e743e commit add3f03

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

lib/user/HTTPUserGateway.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import * as HTTPUserGateway from './HTTPUserGateway'
22
import { mockExecute } from '../api/Client'
33

4-
const API_ORIGIN = process.env.API_ORIGIN
5-
64
describe('HTTPUserGateway', () => {
75
describe('when finding by id', () => {
86
test('user has name', async () => {

pages/users/profile.test.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { mountPage } from 'republic/test-next'
33
import { mockExecute } from '../../lib/api/Client'
44
import UserProfile from './profile'
55

6-
const API_ORIGIN = process.env.API_ORIGIN
7-
86
describe('UserProfile', () => {
97
describe('when user views the page', () => {
108
test('user can see user name', async () => {

0 commit comments

Comments
 (0)