ember-component-integration-tests:演示如何用Ember编写组件集成测试

时间:2021-05-16 08:54:19
【文件属性】:
文件名称:ember-component-integration-tests:演示如何用Ember编写组件集成测试
文件大小:26KB
文件格式:ZIP
更新时间:2021-05-16 08:54:19
JavaScript Ember组件集成测试 一个简单的示例,说明如何为Ember组件编写集成测试。 安装 git clone 此存储库 切换到新目录 npm install bower install 运行/开发 ember server 访问您的应用程序,为 。 运行测试 ember test ember test --server
【文件预览】:
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)

网友评论