feat: initial release v0.3.0
This commit is contained in:
11
tests/unit/user-api/user-feedback-form-url.test.ts
Normal file
11
tests/unit/user-api/user-feedback-form-url.test.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import { USER_FEEDBACK_FORM_URL } from '@/lib/feedback'
|
||||
|
||||
describe('USER_FEEDBACK_FORM_URL', () => {
|
||||
it('should point to the Feishu feedback form', () => {
|
||||
expect(USER_FEEDBACK_FORM_URL).toBe(
|
||||
'https://ox2p5ferjnr.feishu.cn/share/base/form/shrcno200ar2SsTgGiSDYHLmNuc',
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user