Skip to content

Commit

Permalink
remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Sep 25, 2021
1 parent 7e5aade commit 34f3f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ This is where I write my really long essay to the world. I will start off bing *
expect(error.message).to.equal('Unknown content type: faceyFace');
});

it.only('should include page table of contents if included in contentTypes', async () => {
it('should include page table of contents if included in contentTypes', async () => {
const result = await buildSingleFile(`# Hello world
This is the first part
Expand Down

0 comments on commit 34f3f64

Please sign in to comment.