This website requires JavaScript.
Explore
Help
Register
Sign In
Tools
/
Notes
Watch
1
Star
0
Fork
0
You've already forked Notes
mirror of
https://github.com/TriliumNext/Notes.git
synced
2025-07-28 02:22:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Notes
/
spec
/
etapi
/
notes.spec.ts
6 lines
61 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"
,
(
)
=
>
{
it
(
"zzz"
,
(
)
=
>
{
enable jasmine test runs
2024-05-03 21:18:20 +02:00
}
)
;
}
)
;
Reference in New Issue
Copy Permalink