mirror of https://github.com/TriliumNext/Notes
chore(monorepo/client): integrate test support
parent
e327c918e1
commit
470e443841
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
import { describe, it, expect } from "vitest";
|
import { describe, it, expect } from "vitest";
|
||||||
import { trimIndentation } from "./utils.js";
|
import { trimIndentation } from "./test-utils.js";
|
||||||
|
|
||||||
describe("Utils", () => {
|
describe("Utils", () => {
|
||||||
it("trims indentation", () => {
|
it("trims indentation", () => {
|
||||||
Loading…
Reference in New Issue