Skip to content

Commit

Permalink
Updated the test for view block completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Druue committed May 28, 2024
1 parent 0949b5c commit cdc4795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/language-server/src/__test__/completion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ describe('Completions', function () {
schema: /* Prisma */ `
generator client {
provider = "prisma-client-js"
// ! Assures we are reading the correct previewFeatures section.
// previewFeatures = []
previewFeatures = ["views"]
}
Expand Down

0 comments on commit cdc4795

Please sign in to comment.