We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6bdaa commit fe8dce5Copy full SHA for fe8dce5
tests/util.spec.ts
@@ -18,7 +18,7 @@ function fnAddThisVal3(a: number, b: number, c: number, cb: (err?: Error | null,
18
19
describe("util", () => {
20
describe("mergeLinReads", () => {
21
- it("should merge two differnt linReads", () => {
+ it("should merge two different linReads", () => {
22
const lr1 = createLinRead([1, 1]);
23
const lr2 = createLinRead([2, 2], [3, 3]);
24
const res = createLinRead([1, 1], [2, 2], [3, 3]);
0 commit comments