mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-11 13:45:33 +08:00
4.4.0
This commit is contained in:
10
tdd-guard/test/artifacts/javascript/file-without-issues.js
Normal file
10
tdd-guard/test/artifacts/javascript/file-without-issues.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// This file has no lint issues
|
||||
const greeting = 'hello';
|
||||
console.log(greeting);
|
||||
|
||||
function add(a, b) {
|
||||
return a + b;
|
||||
}
|
||||
|
||||
const result = add(1, 2);
|
||||
console.log(result);
|
||||
Reference in New Issue
Block a user