mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-16 12:31:17 +01:00
feat: seed default user sources (#128)
This commit is contained in:
@@ -18,7 +18,7 @@ describe("LocationSource", () => {
|
||||
describe("FeedSource interface", () => {
|
||||
test("has correct id", () => {
|
||||
const source = new LocationSource()
|
||||
expect(source.id).toBe("freya.location")
|
||||
expect(source.id).toBe(LocationSource.id)
|
||||
})
|
||||
|
||||
test("fetchItems always returns empty array", async () => {
|
||||
|
||||
Reference in New Issue
Block a user