fix(ci): remove incomplete release tests (#2407)

This commit is contained in:
Neko
2026-08-30 03:11:51 +08:00
committed by GitHub
parent 2c1e223c8d
commit d8e62f12f0
3 changed files with 0 additions and 82 deletions
@@ -45,12 +45,4 @@ describe('normalizeActPayload', () => {
emotion: { name: 'happy', intensity: 1 },
})
})
it('normalizes an expression name from an ACT payload', () => {
expect(normalizeActPayload({
expression: ' smile ',
})).toEqual({
expression: 'smile',
})
})
})