增加站内信未读提醒和后台通知中心+txt 校验
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { describe, expect, it } from 'vitest'
|
||||
|
||||
import { getMobilePath, getPcPath } from '../mobileHost'
|
||||
|
||||
describe('mobileHost path mapping', () => {
|
||||
it('maps notification routes between PC and mobile views', () => {
|
||||
expect(getMobilePath('/notifications')).toBe('/m/notifications')
|
||||
expect(getPcPath('/m/notifications')).toBe('/notifications')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user