Skip to content

Commit

Permalink
Add Chai globals (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerFi committed Jun 17, 2024
1 parent d4082e2 commit 9b0c591
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/chai.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
assert: true,
expect: true,
should: true,
};
5 changes: 5 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,11 @@
"WeakRef": false,
"WeakSet": false
},
"chai": {
"assert": true,
"expect": true,
"should": true
},
"commonjs": {
"exports": true,
"global": false,
Expand Down

0 comments on commit 9b0c591

Please sign in to comment.