diff --git a/data/chai.mjs b/data/chai.mjs new file mode 100644 index 00000000..aec1bfa7 --- /dev/null +++ b/data/chai.mjs @@ -0,0 +1,5 @@ +export default { + assert: true, + expect: true, + should: true, +}; diff --git a/globals.json b/globals.json index 419344d4..a9b876d0 100644 --- a/globals.json +++ b/globals.json @@ -1204,6 +1204,11 @@ "WeakRef": false, "WeakSet": false }, + "chai": { + "assert": true, + "expect": true, + "should": true + }, "commonjs": { "exports": true, "global": false,