Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiarafael committed Dec 29, 2023
1 parent fccfc07 commit 4b8acea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions deno-runtime/handlers/tests/videoconference-handler.test.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
// deno-lint-ignore-file no-explicit-any
import { assertEquals } from 'https://deno.land/[email protected]/assert/mod.ts';
import { assertEquals, assertObjectMatch } from 'https://deno.land/[email protected]/assert/mod.ts';
import { beforeEach, describe, it } from 'https://deno.land/[email protected]/testing/bdd.ts';
import { spy, stub } from "https://deno.land/[email protected]/testing/mock.ts";
import { spy } from "https://deno.land/[email protected]/testing/mock.ts";

import { AppObjectRegistry } from '../../AppObjectRegistry.ts';
import { AppAccessorsInstance } from '../../lib/accessors/mod.ts';
import videoconfHandler from '../videoconference-handler.ts';
import { assertInstanceOf } from "https://deno.land/[email protected]/assert/assert_instance_of.ts";
import { JsonRpcError } from "jsonrpc-lite";
import { assert } from "https://deno.land/[email protected]/assert/assert.ts";
import { assertObjectMatch } from "https://deno.land/[email protected]/assert/assert_object_match.ts";

describe('handlers > videoconference', () => {
// deno-lint-ignore no-unused-vars
Expand Down

0 comments on commit 4b8acea

Please sign in to comment.