Skip to content

Commit

Permalink
Removed .only addition from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bankminer78 committed Jul 15, 2024
1 parent e2a9e6b commit f5e3aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-audio-button-response/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ beforeEach(() => {

// skip this until we figure out how to mock the audio loading
describe("audio-button-response", () => {
it.only("works with all defaults", async () => {
it.skip("works with all defaults", async () => {
const { expectFinished, expectRunning, displayElement, getHTML } = await startTimeline([
{
type: audioButtonResponse,
Expand Down

0 comments on commit f5e3aff

Please sign in to comment.