fix(ci): remove incomplete release tests (#2407)
This commit is contained in:
@@ -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',
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user