Skip to content

Commit

Permalink
Merge pull request trufflesuite#86 from mcdee/develop
Browse files Browse the repository at this point in the history
Add Chai expect tests
  • Loading branch information
gnidan authored Feb 26, 2018
2 parents fc0b306 + def6a1a commit 731b7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/truffle-core/lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ var Test = {
return new Promise(function(accept, reject) {
global.web3 = web3;
global.assert = chai.assert;
global.expect = chai.expect;
global.artifacts = {
require: function(import_path) {
return test_resolver.require(import_path);
Expand Down

0 comments on commit 731b7ba

Please sign in to comment.