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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();