Skip to content

Commit

Permalink
add testing for tools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed May 16, 2024
1 parent da143c9 commit 86cd4cd
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 1 deletion.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default {
transform: {},
testEnvironment: "jsdom",
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js"
},
"devDependencies": {
"jest": "^29.7.0"
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}
Loading

0 comments on commit 86cd4cd

Please sign in to comment.