Skip to content

Instantly share code, notes, and snippets.

@cmidgley
Created March 15, 2021 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmidgley/2137dbc28e7972ff8f31e28b083e8489 to your computer and use it in GitHub Desktop.
Save cmidgley/2137dbc28e7972ff8f31e28b083e8489 to your computer and use it in GitHub Desktop.
{
"name": "jest-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^26.6.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment