The Wayback Machine - https://web.archive.org/web/20201102083923/https://github.com/topics/prisma
Skip to content
#

prisma

Here are 632 public repositories matching this topic...

prisma
Jolg42
Jolg42 commented Oct 26, 2020

Discussed from prisma/prisma#3930
https://prisma-company.slack.com/archives/CEYCG2MCN/p1602759196130900

In the CLI in the preinstall hook we could use something like

const nodeVersions = process.version.split('.')
const nodeMajorVersion = parseInt(nodeVersions[0].slice(1))
const nodeMinorVersion = parseInt(nodeVersions[1])

if (nodeMajorVersion < 10) {
// 
blitz
flybayer
flybayer commented Jul 16, 2020

What do you want and why?

We need to add comprehensive unit tests to our session management.

Feel free to submit PRs for single or few tests. And feel free to ask clarification questions.

Files:

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.