testdouble.js icon indicating copy to clipboard operation
testdouble.js copied to clipboard

Trying to use testdouble in @web/test-runner fails with error about quibble

Open superchris opened this issue 3 years ago • 1 comments
trafficstars

Description

Trying to use testdouble.js in a test being run by @web/test-runner, a browser automation test runner

Issue

When running, got:

🚧 Browser logs: SyntaxError: The requested module './quibble.js' does not provide an export named 'default'

superchris avatar Jul 17 '22 20:07 superchris

Interesting. Since quibble is a separate module, I wonder if you're pulling in a bundled/browserify'd build of testdouble.js? Unsure what's happening

searls avatar Jul 18 '22 12:07 searls