Skip to content

Commit 3794b21

Browse files
committed
fix: Missing document from the coverage tests
1 parent 3a7b4b4 commit 3794b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = function (grunt) {
1616
copy: {
1717
test: {
1818
files: {
19-
'test/coverage/instrument/': 'test/**/*.js',
19+
'test/coverage/instrument/': ['test/**/*.js', 'resources/configurationDocument.html'],
2020
},
2121
options: {
2222
expand: true,

0 commit comments

Comments
 (0)