Skip to content

Commit cdc4795

Browse files
author
Sophie Atkins
committed
Updated the test for view block completion
1 parent 0949b5c commit cdc4795

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/language-server/src/__test__/completion.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ describe('Completions', function () {
202202
schema: /* Prisma */ `
203203
generator client {
204204
provider = "prisma-client-js"
205+
// ! Assures we are reading the correct previewFeatures section.
205206
// previewFeatures = []
206207
previewFeatures = ["views"]
207208
}

0 commit comments

Comments
 (0)