aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-css-plugin/src/test/resources/mock-start-server/startServer.js
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-css-plugin/src/test/resources/mock-start-server/startServer.js')
-rw-r--r--sonar-css-plugin/src/test/resources/mock-start-server/startServer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-css-plugin/src/test/resources/mock-start-server/startServer.js b/sonar-css-plugin/src/test/resources/mock-start-server/startServer.js
index 87298a9..b224e48 100644
--- a/sonar-css-plugin/src/test/resources/mock-start-server/startServer.js
+++ b/sonar-css-plugin/src/test/resources/mock-start-server/startServer.js
@@ -24,6 +24,7 @@ const requestHandler = (request, response) => {
case "file.css":
case "file.web":
case "file.php":
+ case "file.vue":
case "file.js": // to test that we will not save this issue even if it's provided by response
response.end(JSON.stringify([
{line: 2, rule: "block-no-empty", text: "Unexpected empty block"}