Skip to content

Commit 2ca1f13

Browse files
committed
test: Some slight cleanup I forgot
1 parent 5af1c35 commit 2ca1f13

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ dist
88
coverage
99
.build
1010
.test
11-
12-
1311
/.pnpm-test-store

packages/schema/tests/generator/prisma-generator.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('Prisma generator test', () => {
2020
packageJsonContents = preparePackageJson({
2121
"prisma": "^5.0.0"
2222
});
23-
console.log(`Got my packageJsonContents`);
2423
})
2524

2625
beforeEach(() => {

0 commit comments

Comments
 (0)