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-28 00:36:33 +01:00
Code
Issues
Packages
Projects
Releases
Activity
Files
4cbb529fd4e946d6118fdb0cda4e901a3f881d4d
Trilium
/
spec
/
etapi
/
notes.spec.ts
4 lines
55 B
TypeScript
Raw
Normal View
History
Unescape
Escape
tests: Align with original repo Apparently upstream does not run all the tests, the beforeAll() is not even executed. On our side it was, causing a lot of errors related to timeouts.
2024-07-15 22:24:14 +03:00
describe
(
"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