- Notifications
You must be signed in to change notification settings - Fork486
Task/update docs tests failing on master#1442
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Task/update docs tests failing on master#1442
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Why are there differences in CI and local? I'm running node 14.18.1 but locally tests fail due to the additional |
@DavideDaniel you need to update your local packages, just execute |
DavideDaniel commentedNov 19, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
On master, on node v14.18.1, ran Investigating underlying issue with |
The problem is when There is an option to disable detecting dynamic imports:https://github.com/egoist/konan#dynamicimport, which does seem to fix the issue. |
48c7d80
to8d65e43
Compare
Uh oh!
There was an error while loading.Please reload this page.
Results of running
npm run build
and assessingnpm test
on master.On master running

npm test
yields:Update: above was resolved by running
npm ci
first so I dropped the commit to amend tests.Running


npm run build
results in self documentation breaking: