现在调用 it() 等同于调用 test()。
it()
test()
新增于: v18.6.0, v16.17.0
test() 的简写。
¥Shorthand for test().
it() 函数是从 node:test 模块导入的。
node:test
¥The it() function is imported from the node:test module.