Skip to content

Commit

Permalink
(refactor) Remove ewallet from integration tests
Browse files Browse the repository at this point in the history
This is because there's no sandbox env for eWalelt for integration
tests to be run
  • Loading branch information
stanleynguyen committed Jan 3, 2020
1 parent bb9287c commit ce3e5de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
26 changes: 0 additions & 26 deletions integration_test/ewallet.test.js

This file was deleted.

1 change: 0 additions & 1 deletion integration_test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Promise.all([
require('./va.test')(),
require('./payout.test')(),
require('./recurring.test')(),
require('./ewallet.test')(),
])
.then(() => {
// eslint-disable-next-line no-console
Expand Down

0 comments on commit ce3e5de

Please sign in to comment.