新增部分测试
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user