Skip to content

Commit

Permalink
fix: Missing document from the coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Jun 25, 2020
1 parent 3a7b4b4 commit 3794b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (grunt) {
copy: {
test: {
files: {
'test/coverage/instrument/': 'test/**/*.js',
'test/coverage/instrument/': ['test/**/*.js', 'resources/configurationDocument.html'],
},
options: {
expand: true,
Expand Down

0 comments on commit 3794b21

Please sign in to comment.