mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-17 04:51:18 +01:00
feat: seed default user sources (#128)
This commit is contained in:
@@ -37,7 +37,7 @@ describe("WebSearchSource", () => {
|
||||
test("has correct id", () => {
|
||||
const source = new WebSearchSource({ client: new RecordingSearchClient() })
|
||||
|
||||
expect(source.id).toBe("freya.web-search")
|
||||
expect(source.id).toBe(WebSearchSource.id)
|
||||
})
|
||||
|
||||
test("does not provide context or feed items", async () => {
|
||||
|
||||
Reference in New Issue
Block a user