Skip to content

Commit

Permalink
Fiz types
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 12, 2025
1 parent 18bd9bf commit 6014e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ssz/test/unit/byType/byteList/value.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {expect} from "chai";
import {ByteListType} from "../../../../src";
import {describe, it, expect} from "vitest";
import {ByteListType} from "../../../../src/index.js";

describe("ByteListValue", () => {
const type = new ByteListType(1024);
Expand Down

0 comments on commit 6014e37

Please sign in to comment.