Skip to content

Commit

Permalink
Chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jan 30, 2025
1 parent 045e95e commit 605fe78
Show file tree
Hide file tree
Showing 6 changed files with 606 additions and 44 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/spectrogram.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ xdescribe('WaveSurfer Spectrogram plugin tests', () => {
})
})

scales.forEach(scale => {
scales.forEach((scale) => {
it(`should display correct frequency labels with 1kHz tone (${scale})`, () => {
cy.visit('cypress/e2e/index.html')
cy.window().then((win) => {
Expand All @@ -99,7 +99,7 @@ xdescribe('WaveSurfer Spectrogram plugin tests', () => {
scale: scale,
frequencyMin: 0,
frequencyMax: 4000,
splitChannels: false
splitChannels: false,
}),
],
})
Expand Down
Loading

0 comments on commit 605fe78

Please sign in to comment.