Skip to content

Commit 9c338cb

Browse files
committed
remove unused imports and variables
1 parent 1c9e52d commit 9c338cb

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

clients/js/.prettierrc.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

clients/js/test/basic.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import {
55
createRecord,
66
createWriteInstruction,
77
reallocateRecord,
8-
createSetAuthorityInstruction,
9-
createCloseRecordInstruction,
108
RECORD_META_DATA_SIZE,
119
} from '../src';
1210
import {
@@ -20,7 +18,6 @@ test('basic instructions flow', async (t) => {
2018
const payer = await generateKeyPairSignerWithSol(client);
2119

2220
const recordAuthority = await generateKeyPairSigner();
23-
const newRecordAuthority = await generateKeyPairSigner();
2421

2522
const initialRecordSize = 0n;
2623
const newRecordSize = 5n;

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packages:
2+
- "clients/js"
3+
- "clients/js-legacy"

0 commit comments

Comments
 (0)