Skip to content

Commit 468e756

Browse files
committed
style: fix lint warnings
1 parent 2d3385b commit 468e756

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/testSuite.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-unused-vars */
12
import * as assert from "assert";
23
import * as fs from "fs";
34
import * as path from "path";

test/unitTests.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/no-unused-vars */
12
import * as assert from "assert";
23
import * as asn1js from "../src";
34

0 commit comments

Comments
 (0)