Skip to content

Commit

Permalink
chore(jest): remove skip on test (#2927)
Browse files Browse the repository at this point in the history
stavares843 authored Apr 19, 2022
1 parent 7777307 commit 5a58cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/ui/mutations.test.ts
Original file line number Diff line number Diff line change
@@ -2157,7 +2157,7 @@ describe('mutations.default.sendMessage', () => {
})
})

describe.skip('mutations.default.addReaction', () => {
describe('mutations.default.addReaction', () => {
test('0', () => {
const object: any = [
[

0 comments on commit 5a58cf1

Please sign in to comment.