Skip to content

Commit

Permalink
Merge pull request #64 from WSU-4110/Jesse_developMagic
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
JesseNaser authored Apr 14, 2024
2 parents 84550bf + edd55cf commit d4771dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"text-encoding": "^0.7.0"
"text-encoding": "^0.7.0",
"uuid": "^9.0.1"
},
"scripts": {
"test": "jest"
Expand Down
18 changes: 18 additions & 0 deletions tests/functions/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "module",
"scripts": {
"test": "set NODE_OPTIONS=--experimental-vm-modules && jest"
},
"jest": {
"transform": {},
"verbose": true,
"testEnvironment": "node",
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.js$": "$1"
}
},
"devDependencies": {
"jest": "^29.4.3",
"uuid": "^9.0.1"
}
}

0 comments on commit d4771dc

Please sign in to comment.