Skip to content

Commit 3be25bc

Browse files
test words
1 parent a3bfc96 commit 3be25bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/language/test/document.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ describe('Document', function() {
287287
Document.formatTokens_ = util.noop;
288288
});
289289

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

@@ -299,7 +299,7 @@ describe('Document', function() {
299299
});
300300
});
301301

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

0 commit comments

Comments
 (0)