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 64c8229 commit b42b004Copy full SHA for b42b004
test/common.py
@@ -408,6 +408,10 @@ def require_node_bun_or_deno(self):
408
self.skipTest('test requires node, bun, or deno and EMTEST_SKIP_NODE is set')
409
engine = self.get_node_bun_or_deno()
410
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)
415
self.fail('node, bun, or deno required to run this test. Use EMTEST_SKIP_NODE to skip')
416
self.require_engine(engine)
417
return engine
0 commit comments