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

Problem on Marko 4.15.x #11

Open
abiyasa opened this issue Feb 25, 2019 · 0 comments
Open

Problem on Marko 4.15.x #11

abiyasa opened this issue Feb 25, 2019 · 0 comments
Labels

Comments

@abiyasa
Copy link
Owner

abiyasa commented Feb 25, 2019

marko-jest breaks due to changes on modernized await tag on Marko 4.15.0 (see changelog), got an error:

 Cannot find module 'marko/dist/taglibs/async/client-reorder.js' from 'index.js'

       8 | function loadMarkoBrowserDependencies() {
       9 |   Object.keys(markoModulesMockingMap).forEach(moduleToMock => {
    > 10 |     jest.mock(moduleToMock, () => require.requireActual(markoModulesMockingMap[moduleToMock]));
         |          ^
      11 |   });
      12 | }
      13 |
@abiyasa abiyasa added the bug label Feb 25, 2019
@abiyasa abiyasa changed the title Problem on Marko 4.14.x Problem on Marko 4.15.x Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant