Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 5, 2021
1 parent 59f02a1 commit 5747438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/identify-pages.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tap.test('identifyPages works as expected', async (t) => {
t.ok(results.globalStyle, 'Global style is found')
t.ok(results.globalVars, 'Global variabls are found')
t.ok(results.rootLayout, 'Root layout file is found')
t.equal(Object.keys(results.pages).length, 5, '5 pages are found')
t.equal(Object.keys(results.pages).length, 7, '7 pages are found')

t.equal(results.warnings.length, 1, '1 warnings produced')
t.equal(results.nonPageFolders.length, 1, '1 non-page-folder')
Expand Down

0 comments on commit 5747438

Please sign in to comment.