We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7b4b4 commit 3794b21Copy full SHA for 3794b21
Gruntfile.js
@@ -16,7 +16,7 @@ module.exports = function (grunt) {
16
copy: {
17
test: {
18
files: {
19
- 'test/coverage/instrument/': 'test/**/*.js',
+ 'test/coverage/instrument/': ['test/**/*.js', 'resources/configurationDocument.html'],
20
},
21
options: {
22
expand: true,
0 commit comments