mirror of
https://github.com/zadam/trilium.git
synced 2026-01-03 21:24:24 +01:00
chore(vite): remove vite/global for commons
This commit is contained in:
parent
032cde67b0
commit
11779fe3e3
@ -9,6 +9,7 @@
|
||||
|
||||
import { LOCALES } from "./i18n.js";
|
||||
import { DAYJS_LOADER, dayjs } from "./dayjs.js";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
describe("dayjs", () => {
|
||||
it("all dayjs locales are valid", async () => {
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import { deferred } from "./utils.js";
|
||||
import { describe, expect, it } from "vitest";
|
||||
|
||||
describe("#deferred", () => {
|
||||
it("should return a promise", () => {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./out-tsc/vitest",
|
||||
"types": [
|
||||
"vitest/globals",
|
||||
"",
|
||||
"node",
|
||||
"vitest"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user