We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4082e2 commit 9b0c591Copy full SHA for 9b0c591
data/chai.mjs
@@ -0,0 +1,5 @@
1
+export default {
2
+ assert: true,
3
+ expect: true,
4
+ should: true,
5
+};
globals.json
@@ -1204,6 +1204,11 @@
1204
"WeakRef": false,
1205
"WeakSet": false
1206
},
1207
+ "chai": {
1208
+ "assert": true,
1209
+ "expect": true,
1210
+ "should": true
1211
+ },
1212
"commonjs": {
1213
"exports": true,
1214
"global": false,
0 commit comments