chore: linter fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { writeFileSync } from 'node:fs';
|
import { writeFileSync } from 'node:fs';
|
||||||
import { join } from 'node:path';
|
import { join } from 'node:path';
|
||||||
import path from 'path';
|
// import path from 'path';
|
||||||
|
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
export const writeImplementationFile = async (bindings: any, actions: any[]) => {
|
export const writeImplementationFile = async (bindings: any, actions: any[]) => {
|
||||||
|
|||||||
@@ -37,9 +37,7 @@ describe('Testing the Rust WASM Profit Sharing Token', () => {
|
|||||||
|
|
||||||
let wallet: JWKInterface;
|
let wallet: JWKInterface;
|
||||||
|
|
||||||
let a = new Array();
|
const initialState = new State([0]);
|
||||||
a.push(0);
|
|
||||||
const initialState = new State(a);
|
|
||||||
|
|
||||||
let arweave: Arweave;
|
let arweave: Arweave;
|
||||||
let arlocal: ArLocal;
|
let arlocal: ArLocal;
|
||||||
|
|||||||
Reference in New Issue
Block a user