新增部分测试

This commit is contained in:
ExplodingDragon
2025-11-15 01:21:16 +08:00
parent 3492dead8d
commit 7bfcb495f4
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
response.write("hello world")
console.log("hello world")
console.log(req.methaaod)
function aaa(){
function testError(){
throw Error("Method not implemented")
}
aaa()
testError()