Skip to content

Commit

Permalink
test words
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Aug 8, 2016
1 parent a3bfc96 commit 3be25bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/language/test/document.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ describe('Document', function() {
Document.formatTokens_ = util.noop;
});

it('should return the language by default', function(done) {
it('should return language if no features are requested', function(done) {
var apiResponse = apiResponses.default;
document.request = createRequestWithResponse(apiResponse);

Expand All @@ -299,7 +299,7 @@ describe('Document', function() {
});
});

it('should return the syntax by default', function(done) {
it('should return syntax when no features are requested', function(done) {
var apiResponse = apiResponses.default;
document.request = createRequestWithResponse(apiResponse);

Expand Down

0 comments on commit 3be25bc

Please sign in to comment.