Update webpack, components for eslint. Adjust effected settings and code.

This commit is contained in:
NI
2021-07-09 17:28:47 +08:00
parent 52b33cc793
commit d66053a0dc
15 changed files with 412 additions and 704 deletions

View File

@@ -66,7 +66,7 @@ describe("Sender", () => {
await sendCompleted;
assert.deepEqual(new Uint8Array(result), expected);
assert.deepStrictEqual(new Uint8Array(result), expected);
});
it("Send (Multiple calls)", async () => {
@@ -116,6 +116,6 @@ describe("Sender", () => {
await sendCompleted;
assert.deepEqual(new Uint8Array(result), expected);
assert.deepStrictEqual(new Uint8Array(result), expected);
});
});