added angularjs test configs

This commit is contained in:
Mario Colque 2014-04-23 13:21:33 -03:00
commit 178dfec1a8
8 changed files with 81 additions and 6 deletions

1
test/lib/chai-expect.js Normal file
View file

@ -0,0 +1 @@
var expect = chai.expect;

1
test/lib/chai-should.js Normal file
View file

@ -0,0 +1 @@
var should = chai.should();