From 3794b2105f27264db21aa44d0fd20b08d8f7ac80 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Thu, 25 Jun 2020 14:09:13 +0200 Subject: [PATCH] fix: Missing document from the coverage tests --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1907657..5b8da6c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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,