Skip to content

Commit

Permalink
test: enable formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 26, 2023
1 parent 2cb009d commit 024b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/tests/utils/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function defineFormatTest(options: {
languageId: string;
settings?: any;
}) {
describe.skip(`format: ${options.title}`, async () => {
describe(`format: ${options.title}`, async () => {

it(`format`, async () => {

Expand Down

0 comments on commit 024b748

Please sign in to comment.