Skip to content

Commit cdc4795

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)