Skip to content

Commit

Permalink
feat: added chai globals
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed May 6, 2024
1 parent f22d19f commit ecf2891
Show file tree
Hide file tree
Showing 3 changed files with 11 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 @@ -2471,5 +2471,10 @@
"unmonitor": false,
"unmonitorEvents": false,
"values": false
},
"chai": {
"assert": true,
"expect": true,
"should": true
}
}
1 change: 1 addition & 0 deletions scripts/generate-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const environments = [
'webextensions',
'greasemonkey',
'devtools',
'chai',
];

async function getData() {
Expand Down

0 comments on commit ecf2891

Please sign in to comment.