mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Ability to query artists from navidrome with paging
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import encryption from '../src/encryption';
|
||||
|
||||
describe("encrypt", () => {
|
||||
const e = encryption();
|
||||
const e = encryption("secret squirrel");
|
||||
|
||||
it("can encrypt and decrypt", () => {
|
||||
const value = "bobs your uncle"
|
||||
|
||||
Reference in New Issue
Block a user