Skip to content

Commit 2cf3a87

Browse files
committed
fix e2e
1 parent 9f05ae8 commit 2cf3a87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { configurePlaywright } from "../../common/config-e2e";
2+
3+
export default configurePlaywright("prisma", {
4+
isCI: !!process.env.CI,
5+
isWorker: false,
6+
});

0 commit comments

Comments
 (0)