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 12, 2023
1 parent e405306 commit 7b47792
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 7b47792

Please sign in to comment.