Skip to content

Commit

Permalink
refactor(bitfield): update type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 6, 2020
1 parent 7eaab0a commit d5c5bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitfield/test/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import * as assert from "assert";
// import * as b from "../src/index";
// import * as b from "../src";

describe("bitfield", () => {
it("tests pending");
Expand Down

0 comments on commit d5c5bd5

Please sign in to comment.