Skip to content
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.

Commit

Permalink
test: fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Feb 3, 2016
1 parent 0336184 commit b3ac5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('typescript-update', function() {
var src = "var x = 123;";
assert.doesNotThrow(function() {
tss.compile(src);
}, /Cannot read property 'text'/);
});
});
});
});

0 comments on commit b3ac5b8

Please sign in to comment.