aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-css-plugin/src/test/resources/mock-start-server
diff options
context:
space:
mode:
authorElena Vilchik2019-12-27 15:34:39 +0100
committerGitHub2019-12-27 15:34:39 +0100
commit2bbe2243f0a393dd3c9884dca5560f583a843f88 (patch)
treed32c3c13efa2d4fc2540ff33a16982a020156fc2 /sonar-css-plugin/src/test/resources/mock-start-server
parent0c7fadc03cca985bfc5fbae3a29f29cc71866bac (diff)
downloadsonar-css-2bbe2243f0a393dd3c9884dca5560f583a843f88.tar.bz2
Analyze CSS in Vue Single File Components (#232)
Diffstat (limited to 'sonar-css-plugin/src/test/resources/mock-start-server')
-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"}