SONAR-14822 Write an IT

This commit is contained in:
Wouter Admiraal
2021-05-14 15:11:31 +02:00
committed by GitHub
parent 71de302835
commit 8ba0f61ef0
4 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
sonar.projectKey=foo
sonar.sources=src/

View File

@@ -0,0 +1,5 @@
function main() {
console.log("Hello World");
}
main();