Description: Fix change in error string
Author: Xavier Guimard <yadd@debian.org>
Forwarded: no
Last-Update: 2019-01-17

--- a/test/parseQuery.test.js
+++ b/test/parseQuery.test.js
@@ -75,7 +75,7 @@
 		it("should throw an error", () => {
 			assert.throws(
 				() => loaderUtils.parseQuery("a"),
-				"A valid query string passed to parseQuery should begin with '?'"
+				"Error: A valid query string passed to parseQuery should begin with '?'"
 			);
 		});
 	});
