mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
test(server/utils): add tests for isDev
This commit is contained in:
@@ -244,6 +244,12 @@ describe("#isWindows", () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe("#isDev", () => {
|
||||
it("should export a boolean", () => {
|
||||
expect(utils.isDev).toBeTypeOf("boolean");
|
||||
});
|
||||
});
|
||||
|
||||
describe("#formatDownloadTitle", () => {
|
||||
|
||||
//prettier-ignore
|
||||
|
||||
Reference in New Issue
Block a user