Skip to content

Commit a7fd7b5

Browse files
committed
remove tests and fix typos
1 parent d561b33 commit a7fd7b5

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/mina-signer/tests/mina-signer-test-app/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Test Signer CLI
22

33
Command-line helper for drafting, signing, and broadcasting Mina payments via
4-
the public GraphQL API. It wraps the `mina-test-signer` library so you can submit
5-
transactions without wiring up a full wallet or SDK.
4+
the public GraphQL API. It wraps the `mina-test-signer` library so you can
5+
submit transactions without wiring up a full wallet or SDK.
66

77
## Getting Started
88

@@ -21,11 +21,11 @@ The optional `graphql_url` flag lets you override the default target defined in
2121
whether the transaction reached the pool.
2222
3. `utils.js` provides small helpers for GraphQL string construction and CLI
2323
validation.
24-
4. `config.js` centralises network defaults and usage messaging.
24+
4. `config.js` centralizes network defaults and usage messaging.
2525

2626
Check the console output for a transaction id; you can re-run the pool check or
2727
the `getPooledUserCommands` helper to confirm inclusion. Provide a `nonce`
28-
argument when you need to synchronise with on-chain account state manually. The
28+
argument when you need to synchronize with on-chain account state manually. The
2929
CLI prints emoji-enhanced step logs and a summary table so you can spot
3030
successes and failures at a glance. GraphQL errors (including malformed
3131
responses) cause the CLI to exit with a non-zero status so they can be surfaced
@@ -42,4 +42,4 @@ For clarity, private key is in output format of:
4242
## Safety Notes
4343

4444
- Treat private keys in plain text with care. Prefer environment variables or a
45-
secure secrets manager for real deployments.
45+
secure secrets manager for real deployments.

src/mina-signer/tests/mina-signer-test-app/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"mina-test-signer": "mina-test-signer.js"
88
},
99
"scripts": {
10-
"start": "node mina-test-signer.js",
11-
"test": "echo \"Error: no test specified\" && exit 1"
10+
"start": "node mina-test-signer.js"
1211
},
1312
"author": "o1-labs",
1413
"license": "ISC",

0 commit comments

Comments
 (0)