Skip to content

Commit

Permalink
Better musicxml-examples test
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Sep 3, 2024
1 parent fb6244b commit dd971d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/musicxml-examples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('MusicXML examples scraper', () => {
const execResult = await exec('node src/js/musicxml-examples.js --examples=accordion-high-element,accordion-low-element')
const output = execResult.stdout;
expect(output).toMatch(/accordion-high/)
expect(output).toMatch(/accordion-low/)
expect(output).not.toMatch(/accidental-element/)
})
})

0 comments on commit dd971d0

Please sign in to comment.