文件名称:ember-component-integration-tests:演示如何用Ember编写组件集成测试
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-05 02:40:59
JavaScript
Ember组件集成测试
一个简单的示例,说明如何为Ember组件编写集成测试。
安装
git clone
【文件预览】:
ember-component-integration-tests-master
----.jshintrc(518B)
----ember-cli-build.js(805B)
----public()
--------crossdomain.xml(585B)
--------robots.txt(51B)
----bower.json(581B)
----.codeclimate.yml(96B)
----.ember-cli(280B)
----.travis.yml(430B)
----config()
--------environment.js(1KB)
----LICENSE.md(1KB)
----README.md(948B)
----.bowerrc(60B)
----testem.json(207B)
----.editorconfig(543B)
----tests()
--------integration()
--------.jshintrc(831B)
--------index.html(1KB)
--------test-helper.js(112B)
--------blanket-options.js(893B)
--------helpers()
--------acceptance()
--------unit()
----.gitignore(268B)
----app()
--------index.html(678B)
--------models()
--------styles()
--------controllers()
--------components()
--------helpers()
--------app.js(410B)
--------templates()
--------router.js(195B)
--------routes()
----.watchmanconfig(29B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)