Skip to content
#

prisma

Here are 744 public repositories matching this topic...

prisma
blitz
wescopeland
wescopeland commented Mar 7, 2021

What is the problem?

Right now, if you hit an API route without including the anti-csrf header (such as with Postman or Insomnia, but could be from a client-side call in your app as well), you get a console error signifying a CSRFTokenMismatchError. However, it is not immediately clear without going through the docs here t

cannikin
cannikin commented Feb 18, 2021

It would be nice if you could run only a single file with our test runner… you can normally with Jest, but we’ve intercepted the second argument and require that it either be web or api to run the suite for one whole side:

rob$ yarn rw test web/src/components/Article/Article.test.js

Invalid values:
  Argument: side, Given: "web/src/components/Article/Article.test.js", Choices: "web", "

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