mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
🚨 test: #102 Correct test imports
This commit is contained in:
parent
e5aaebc1bb
commit
9e53b68bc5
2 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import type { App, Scope } from "obsidian";
|
||||
import type { Modal } from "obsidian";
|
||||
import type { App, Scope, Modal } from "obsidian";
|
||||
|
||||
export class ModalMock implements Modal {
|
||||
constructor(public app: App) {}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
import { beforeEach, describe } from "node:test";
|
||||
import { expect, jest, test } from "@jest/globals";
|
||||
import { expect, jest, test, describe, beforeEach } from "@jest/globals";
|
||||
import type { Plugin, RequestUrlResponse } from "obsidian";
|
||||
import { App } from "obsidian";
|
||||
import type { PluginMock } from "../__mocks__/obsidian/Plugin";
|
||||
|
|
|
|||
Loading…
Reference in a new issue