This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Trilium
Watch
1
Star
0
Fork
0
You've already forked Trilium
mirror of
https://github.com/zadam/trilium.git
synced
2025-10-31 02:16:05 +01:00
Code
Issues
Packages
Projects
Releases
Activity
Files
fec0ae62b7d5c93e4da69c2e290148ab2148b4ff
Trilium
/
spec
/
etapi
/
notes.spec.ts
6 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
test: port spec tests to vitest
2025-01-13 00:32:58 +01:00
import
{
describe
,
it
}
from
"vitest"
;
describe
.
todo
(
"Notes"
,
(
)
=
>
{
chore(prettier): fix all files
2025-01-09 18:07:02 +02:00
it
(
"zzz"
,
(
)
=
>
{
}
)
;
enable jasmine test runs
2024-05-03 21:18:20 +02:00
}
)
;
Reference in New Issue
Copy Permalink