Skip to content

Commit

Permalink
add testing for graphic-primitives.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed May 16, 2024
1 parent 86328a3 commit 44aa655
Show file tree
Hide file tree
Showing 5 changed files with 2,319 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
transform: {},
};
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js"
},
"devDependencies": {
"jest": "^29.7.0"
}
}
Loading

0 comments on commit 44aa655

Please sign in to comment.