资源介绍
arma
为
安装
从npm安装插件:
$ npm install karma-chai --save-dev
或来自Github:
$ npm install ' git+https://github.com/xdissent/karma-chai.git ' --save-dev
将chai添加到您的Karma配置中的frameworks键:
module . exports = ( config ) ->
config . set
# frameworks to use
frameworks : [ ' mocha ' , ' chai ' ]
# ...
用法
测试中提供了每个不同的Chai断言套件:
describe ' karma tests with chai ' , ->
it ' should expose the Chai