We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e743e commit add3f03Copy full SHA for add3f03
lib/user/HTTPUserGateway.test.ts
@@ -1,8 +1,6 @@
1
import * as HTTPUserGateway from './HTTPUserGateway'
2
import { mockExecute } from '../api/Client'
3
4
-const API_ORIGIN = process.env.API_ORIGIN
5
-
6
describe('HTTPUserGateway', () => {
7
describe('when finding by id', () => {
8
test('user has name', async () => {
pages/users/profile.test.tsx
@@ -3,8 +3,6 @@ import { mountPage } from 'republic/test-next'
import { mockExecute } from '../../lib/api/Client'
import UserProfile from './profile'
describe('UserProfile', () => {
9
describe('when user views the page', () => {
10
test('user can see user name', async () => {
0 commit comments