Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed May 13, 2022
1 parent 1d8d7a0 commit e67b855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/course/__test__/load-course.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('loadCourse', () => {
expect(ignoreWhitespace(html)).toContain('<!--R--><gclass="active">');
});

it.only('should have no highlighted hexagons', async () => {
it('should have no highlighted hexagons', async () => {
const html = await fixtureTestProcessor('basic-no-catalog', {
output: 'html',
noDoc: false,
Expand Down

0 comments on commit e67b855

Please sign in to comment.