Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
chore: removed unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonHowe committed Jul 7, 2020
1 parent 173379d commit 5706dbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/modules/users/router.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import request from "supertest";
import { expect } from "chai";

import { server } from "../../index";
import knex from "../../../db/knex";

const agent = request.agent(server);

Expand Down

0 comments on commit 5706dbd

Please sign in to comment.