文件名称:sinon-phone:使用 Sinon.js 进行 Ember 测试
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-28 08:18:16
JavaScript
App-with-sinon
使用 Sinon.js 测试 Ember 的简单应用程序。
先决条件
您将需要在您的计算机上正确安装以下东西。
(带有 NPM)
安装
git clone
【文件预览】:
sinon-phone-master
----.travis.yml(265B)
----.ember-cli(280B)
----testem.json(170B)
----vendor()
--------.gitkeep(0B)
----config()
--------environment.js(1KB)
----package.json(952B)
----Brocfile.js(708B)
----.bowerrc(60B)
----tests()
--------test-helper.js(112B)
--------index.html(985B)
--------unit()
--------.jshintrc(827B)
--------helpers()
----LICENSE(1KB)
----app()
--------models()
--------templates()
--------routes()
--------index.html(639B)
--------controllers()
--------views()
--------components()
--------styles()
--------app.js(414B)
--------router.js(186B)
--------helpers()
----.gitignore(247B)
----public()
--------robots.txt(41B)
--------crossdomain.xml(603B)
----README.md(1KB)
----.jshintrc(518B)
----bower.json(565B)
----.editorconfig(543B)