mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-10 07:31:27 -07:00
lol dont clone tags, add some more empty endpoints
This commit is contained in:
@@ -32,4 +32,10 @@ describe('commerce endpoints', () => {
|
||||
expect(res.status).toBe(200)
|
||||
expect(await res.json()).toEqual([])
|
||||
})
|
||||
|
||||
it('GET /reminder/currentTokenBundles/v2 returns []', async () => {
|
||||
const res = await SELF.fetch(`${ORIGIN}/reminder/currentTokenBundles/v2`)
|
||||
expect(res.status).toBe(200)
|
||||
expect(await res.json()).toEqual([])
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user