Skip to content

Commit

Permalink
Removes nonsensial es5 test
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoder committed Mar 19, 2016
1 parent 341990d commit 1e8756a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/diss-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,6 @@ describe('es5', function() {
diss.register.module('verbatim',verbatim);
diss.resolve( function(verbatim) { return verbatim; } ).should.be.equal(verbatim);
});
it("throws TypeError wish function defined without parenthesis", function() {
var test = {};
diss.register.module('test',test);
(function() {
diss.resolve(function(test) {return test;})
}).should.throw(TypeError);
});
it("resolves provider using canonized name", function() {
var tm = function( testToResolve ) { return testToResolve; },
td = function() { return true; };
Expand Down

0 comments on commit 1e8756a

Please sign in to comment.