pptr-mocha:带有Mocha步骤和构建器类模式的测试框架

时间:2024-04-27 16:25:29
【文件属性】:

文件名称:pptr-mocha:带有Mocha步骤和构建器类模式的测试框架

文件大小:34KB

文件格式:ZIP

更新时间:2024-04-27 16:25:29

JavaScript

在Windows上更改: "scripts": { "test": "node ./node_modules/mocha/bin/mocha --timeout=30000 ./build/tests/**.js", "clean": "rmdir /s /q build", 在Linux或Mac上 "scripts": { "test": "./node_modules/mocha/bin/mocha --timeout=30000 ./build/tests/**.js", "clean": "rm -rf build",


【文件预览】:
pptr-mocha-main
----.gitignore(13B)
----.babelrc(30B)
----package.json(629B)
----package-lock.json(140KB)
----src()
--------tests()
----build()
--------tests()
----README.md(321B)
----.prettierrc(139B)

网友评论