diff --git a/nym-wallet/wallet-ui-test/package.json b/nym-wallet/wallet-ui-test/package.json index c6f9cfc4b4..c736b98ef0 100644 --- a/nym-wallet/wallet-ui-test/package.json +++ b/nym-wallet/wallet-ui-test/package.json @@ -3,7 +3,8 @@ "version": "1.0.0", "description": "wallet ui tests for the nym wallet", "scripts": { - "test": "wdio run wdio.conf.ts" + "test": "wdio run wdio.conf.ts", + "format": "prettier --write \"./**/*.ts\"" }, "author": "", "license": "ISC",