Skip to content

Commit

Permalink
Re-enable skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanand01 committed May 21, 2024
1 parent 6b2e89b commit a1124f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/element-library/src/audioSticker/test/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
import AudioStickerOutput from '../output';

describe('AudioSticker output', () => {
// eslint-disable-next-line jest/no-disabled-tests -- This test will fail until this PR - https://github.com/ampproject/amphtml/pull/39913 is merged.
it.skip('should produce valid AMP output', async () => {
it('should produce valid AMP output', async () => {
const props = {
element: {
type: 'audioSticker',
Expand Down

0 comments on commit a1124f4

Please sign in to comment.