We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bfc96 commit 3be25bcCopy full SHA for 3be25bc
1 file changed
packages/language/test/document.js
@@ -287,7 +287,7 @@ describe('Document', function() {
287
Document.formatTokens_ = util.noop;
288
});
289
290
- it('should return the language by default', function(done) {
+ it('should return language if no features are requested', function(done) {
291
var apiResponse = apiResponses.default;
292
document.request = createRequestWithResponse(apiResponse);
293
@@ -299,7 +299,7 @@ describe('Document', function() {
299
300
301
302
- it('should return the syntax by default', function(done) {
+ it('should return syntax when no features are requested', function(done) {
303
304
305
0 commit comments