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