Skip to content

Instantly share code, notes, and snippets.

@YonatanKra
Created August 4, 2021 04:28
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 YonatanKra/1671cd0ca01d9281340604b3a94897ef to your computer and use it in GitHub Desktop.
Save YonatanKra/1671cd0ca01d9281340604b3a94897ef to your computer and use it in GitHub Desktop.
After installing jest
{
"name": "testing-canvas-with-jest",
"version": "1.0.0",
"description": "Showing how to test canvas with jest",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YonatanKra/testing-canvas-with-jest.git"
},
"keywords": [
"jest",
"canvas",
"javascript"
],
"author": "YonatanKra <kra.yonatan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/YonatanKra/testing-canvas-with-jest/issues"
},
"homepage": "https://github.com/YonatanKra/testing-canvas-with-jest#readme",
"devDependencies": {
"jest": "^27.0.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment