ng-easy-inject:轻松将角度依赖性注入到单元测试中

时间:2024-05-30 07:08:18
【文件属性】:

文件名称:ng-easy-inject:轻松将角度依赖性注入到单元测试中

文件大小:10KB

文件格式:ZIP

更新时间:2024-05-30 07:08:18

JavaScript

ng-easy-inject 轻松将角度依赖性注入到单元测试中。 // or window.easyInject for non CJS users // who include a [removed] pointed at dist/ng-easy-inject.js var easyInject = require ( 'ng-easy-inject' ) ; describe ( 'injecting depedencies' , function ( ) { beforeEach ( easyInject ( '$http $q' ) ) ; it ( 'is surprisingly easy' , function ( ) { expect ( this . $http ) . to . respondTo ( 'get' ) ; } ) ; } ) ;


【文件预览】:
ng-easy-inject-master
----.travis.yml(49B)
----.eslintrc(888B)
----index.js(1KB)
----package.json(1KB)
----test()
--------test-helper.js(213B)
--------main.test.js(2KB)
----.mversionrc(306B)
----dist()
--------easy-inject.js(2KB)
--------ng-easy-inject.js(7KB)
----.gitignore(27B)
----karma.conf.js(964B)
----README.md(872B)
----.eslintignore(5B)
----.editorconfig(214B)

网友评论