文件名称:MimosaTestem:通过 testem 运行测试的示例 Mimosa 项目
文件大小:73KB
文件格式:ZIP
更新时间:2024-06-18 04:59:28
CoffeeScript
含羞草 使用通过 testem 运行测试的示例 Mimosa 项目。 需要零配置。 只写测试。 Mimosa 会找出你需要什么配置来执行测试,并会在 Mimosa 启动和保存每个文件时自动为你运行测试。 要了解更多关于的信息,请查看 github 页面。 如何使用 安装最新的 Mimosa。 npm install -g phantomjs (无头测试运行所必需的) git clone https://github.com/dbashford/MimosaTestem cd MimosaTestem npm install mimosa watch -s 会发生什么? 首先 Mimosa 将安装到您的项目mimosa-testem-require ,这是一个默认情况下 Mimosa 不附带的外部 Mimosa 模块。 然后所有默认的含羞草的东西都会发生: 编译 Coff
【文件预览】:
MimosaTestem-master
----package.json(343B)
----assets()
--------javascripts()
--------stylesheets()
----test.sh(228B)
----views()
--------index.jade(134B)
--------layout.jade(405B)
----mimosa-config.js(260B)
----server.coffee(1KB)
----.gitignore(744B)
----README.md(2KB)