mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix a few more emmet errors for strict null
This commit is contained in:
@@ -7,7 +7,13 @@ import 'mocha';
|
||||
import * as assert from 'assert';
|
||||
import { Selection, workspace } from 'vscode';
|
||||
import { withRandomFileEditor, closeAllEditors } from './testUtils';
|
||||
import { expandEmmetAbbreviation, wrapWithAbbreviation, wrapIndividualLinesWithAbbreviation } from '../abbreviationActions';
|
||||
import { expandEmmetAbbreviation as expandEmmetAbbreviationImpl, wrapWithAbbreviation, wrapIndividualLinesWithAbbreviation } from '../abbreviationActions';
|
||||
|
||||
function expandEmmetAbbreviation(args): Thenable<boolean | undefined> {
|
||||
const result = expandEmmetAbbreviationImpl(args);
|
||||
assert.ok(result);
|
||||
return result!;
|
||||
}
|
||||
|
||||
const cssContents = `
|
||||
.boo {
|
||||
|
||||
Reference in New Issue
Block a user