We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be25bc commit f007c7eCopy full SHA for f007c7e
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 language if no features are requested', function(done) {
+ it('should always return the language', function(done) {
291
var apiResponse = apiResponses.default;
292
document.request = createRequestWithResponse(apiResponse);
293
0 commit comments