Skip to content

Commit

Permalink
delete unused boilerplate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Prokudin committed Jun 10, 2021
1 parent 7395a67 commit 379e018
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion src/domains/ports/in/get-account-balance.query.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {AccountId} from "../../entities/account.entity";
import { AccountId } from '../../entities/account.entity';

export interface GetAccountBalanceQuery {
getAccountBalance(accountId: AccountId);
Expand Down
24 changes: 0 additions & 24 deletions test/app.e2e-spec.ts

This file was deleted.

9 changes: 0 additions & 9 deletions test/jest-e2e.json

This file was deleted.

0 comments on commit 379e018

Please sign in to comment.