summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-02-03 14:35:29 +0100
committerMS <ms@taler.net>2021-02-03 14:35:29 +0100
commita98a7cd0517fec269e4720756226ef6226216264 (patch)
tree2e66cc6914db828484f596a6e66a113c412e25ba /packages/taler-wallet-cli/src/integrationtests/testrunner.ts
parenta3b84dca53dc78ee8db1353d828898c6aa07be9a (diff)
downloadwallet-core-a98a7cd0517fec269e4720756226ef6226216264.tar.gz
wallet-core-a98a7cd0517fec269e4720756226ef6226216264.tar.bz2
wallet-core-a98a7cd0517fec269e4720756226ef6226216264.zip
prettified sources
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/testrunner.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/testrunner.ts7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
index dd2cb69be..e820ac25a 100644
--- a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
@@ -14,7 +14,12 @@
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { GlobalTestState, runTestWithState, shouldLingerInTest, TestRunResult } from "./harness";
+import {
+ GlobalTestState,
+ runTestWithState,
+ shouldLingerInTest,
+ TestRunResult,
+} from "./harness";
import { runPaymentTest } from "./test-payment";
import * as fs from "fs";
import * as path from "path";