Skip to content

Commit

Permalink
modify test to include subdir doc
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed May 26, 2018
1 parent e9dbe7b commit 5b872f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/build-files.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ beforeAll(() => {
generateSite();
return Promise.all([
glob(docsDir + '/**/*.md'),
glob(buildDir + '/' + siteConfig.projectName + '/docs/*.html'),
glob(buildDir + '/' + siteConfig.projectName + '/docs/**/*.html'),
glob(docsDir + '/assets/*'),
glob(buildDir + '/' + siteConfig.projectName + '/img/*'),
]).then(function(results) {
Expand Down

0 comments on commit 5b872f9

Please sign in to comment.