Skip to content

Commit b42b004

Browse files
committed
+debugging
1 parent 64c8229 commit b42b004

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,10 @@ def require_node_bun_or_deno(self):
408408
self.skipTest('test requires node, bun, or deno and EMTEST_SKIP_NODE is set')
409409
engine = self.get_node_bun_or_deno()
410410
if not engine:
411+
# Temporary debugging
412+
print('config.BUN_ENGINE:', config.BUN_ENGINE)
413+
print('config.DENO_ENGINE:', config.DENO_ENGINE)
414+
print('JS_ENGINES:', config.JS_ENGINES)
411415
self.fail('node, bun, or deno required to run this test. Use EMTEST_SKIP_NODE to skip')
412416
self.require_engine(engine)
413417
return engine

0 commit comments

Comments
 (0)