mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 14:06:28 +00:00
chore: remove useless test
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
import assert from 'node:assert/strict'
|
||||
import test from 'node:test'
|
||||
import { statusLabel, statusTone } from './format.ts'
|
||||
|
||||
test('formats token_expired status for check-in records', () => {
|
||||
assert.equal(statusLabel('token_expired'), '凭证过期')
|
||||
assert.equal(statusTone('token_expired'), 'danger')
|
||||
assert.equal(statusLabel('token-expired'), 'token-expired')
|
||||
})
|
||||
Reference in New Issue
Block a user