Moved from GitHub dgraph-js/54
Posted by danielmai:
I tried npm test but it says I need yarn these days, so I had to install yarn first.
Moved from GitHub dgraph-js/54
Posted by danielmai:
I tried npm test but it says I need yarn these days, so I had to install yarn first.
danielmai commented :
This is what worked for me, though I don’t know if that’s the official way:
yarn
yarn test
prashant-shahi commented :
npm test and npm run test works now.