|
@@ -14,13 +14,13 @@ import {
|
|
|
getCreateAccountInstruction,
|
|
getCreateAccountInstruction,
|
|
|
getInitializeNonceAccountInstruction,
|
|
getInitializeNonceAccountInstruction,
|
|
|
getNonceSize,
|
|
getNonceSize,
|
|
|
-} from '../src/index.js';
|
|
|
|
|
|
|
+} from '../src';
|
|
|
import {
|
|
import {
|
|
|
createDefaultSolanaClient,
|
|
createDefaultSolanaClient,
|
|
|
createDefaultTransaction,
|
|
createDefaultTransaction,
|
|
|
generateKeyPairSignerWithSol,
|
|
generateKeyPairSignerWithSol,
|
|
|
signAndSendTransaction,
|
|
signAndSendTransaction,
|
|
|
-} from './_setup.js';
|
|
|
|
|
|
|
+} from './_setup';
|
|
|
|
|
|
|
|
test('it creates and initialize a durable nonce account', async (t) => {
|
|
test('it creates and initialize a durable nonce account', async (t) => {
|
|
|
// Given some brand now payer, authority, and nonce KeyPairSigners.
|
|
// Given some brand now payer, authority, and nonce KeyPairSigners.
|