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, 0 insertions, 3 deletions
diff --git a/vanilla/node_modules/chai/register-should.js b/vanilla/node_modules/chai/register-should.js
deleted file mode 100644
index 1339ee4..0000000
--- a/vanilla/node_modules/chai/register-should.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import {should} from './index.js';
-
-globalThis.should = should();