aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/chai/register-should.js
diff options
context:
space:
mode:
Diffstat (limited to 'vanilla/node_modules/chai/register-should.js')
-rw-r--r--vanilla/node_modules/chai/register-should.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/vanilla/node_modules/chai/register-should.js b/vanilla/node_modules/chai/register-should.js
new file mode 100644
index 0000000..1339ee4
--- /dev/null
+++ b/vanilla/node_modules/chai/register-should.js
@@ -0,0 +1,3 @@
+import {should} from './index.js';
+
+globalThis.should = should();