Skip to content

Commit f3d8716

Browse files
committed
update tests
1 parent e5d8a1f commit f3d8716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Prisma generator test', () => {
2121
process.chdir(r.name);
2222

2323
execSync('npm init -y', { stdio: 'ignore' });
24-
execSync('npm install prisma');
24+
execSync('npm install prisma@6.19.x');
2525
});
2626

2727
afterEach(() => {

0 commit comments

Comments
 (0)