Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CT: Uncaught SyntaxError: The requested module './ops/Edge.js' does not provide an export named 'default' #95

Open
pixelzoom opened this issue Mar 3, 2022 · 2 comments

Comments

@pixelzoom
Copy link
Contributor

pixelzoom commented Mar 3, 2022

Slack dev-public:

Chris Malley 8:39 AM
CT is reporting this failure in several sims, including example-sim. I don’t recognize the module ./ops/Edge.js. Any ideas?

example-sim : pan-and-zoom-fuzz : unbuilt
https://bayes.colorado.edu/continuous-testing/ct-snapshots/1646306694541/example-sim/example-sim_en.html?continuousTest=%7B%22test%22%3A%5B%22example-sim%22%2C%22pan-and-zoom-fuzz%22%2C%22unbuilt%22%5D%2C%22snapshotName%22%3A%22snapshot-1646306694541%22%2C%22timestamp%22%3A1646309863161%7D&brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true
Query: brand=phet&ea&fuzz&fuzzPointers=2&memoryLimit=1000&supportsPanAndZoom=true
Uncaught SyntaxError: The requested module './ops/Edge.js' does not provide an export named 'default'
SyntaxError: The requested module './ops/Edge.js' does not provide an export named 'default'
id: Bayes Chrome
Snapshot from 3/3/2022, 4:24:54 AM

Jonathan Olson 8:39 AM
Will check, sounds like kite

@jonathanolson
Copy link
Contributor

Hmm, looks like it has a default export:

https://github.com/phetsims/kite/blob/master/js/ops/Edge.js#L150

@jonathanolson
Copy link
Contributor

Testing the CT url from above, I'm seeing a default export:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants