aboutsummaryrefslogtreecommitdiffstats
path: root/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2018-06-29 15:32:56 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2018-07-04 09:53:54 +0200
commit33e455cf4f0128dceaa1c72be20afcfb978bf2e2 (patch)
tree45b47967e5563455cb4d125f3dfb8fd04534e310 /it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js
parent050dd2d15cf83feb44857ffec5fe0b6073797bf7 (diff)
downloadsonar-scanner-cli-33e455cf4f0128dceaa1c72be20afcfb978bf2e2.tar.gz
sonar-scanner-cli-33e455cf4f0128dceaa1c72be20afcfb978bf2e2.zip
Replace SonarJava by SonarJS in ITs to support SQ 7.3
Diffstat (limited to 'it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js')
-rw-r--r--it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js b/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js
new file mode 100644
index 0000000..fd35455
--- /dev/null
+++ b/it/projects/multi-module/failures/unexisting-base-dir/module1/src/Hello.js
@@ -0,0 +1,2 @@
+function hello() {
+}