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

tests are not passing #52

Open
mihaiav opened this issue May 11, 2024 · 0 comments
Open

tests are not passing #52

mihaiav opened this issue May 11, 2024 · 0 comments

Comments

@mihaiav
Copy link

mihaiav commented May 11, 2024

I'm trying to file several issues along with tests. It seems that currently there are several (4 tests) falling. Is this expected?

 1) Bootstrap test
       "before each" hook for "can morph content to content":
     TypeError: Cannot set properties of null (setting 'innerHTML')
      at clearWorkArea (test-utilities.js:43:29)
      at Context.<anonymous> (bootstrap.js:4:9)

  2) Tests to ensure that idiomorph merges properly
       "before each" hook for "morphs text correctly":
     TypeError: Cannot set properties of null (setting 'innerHTML')
      at clearWorkArea (test-utilities.js:43:29)
      at Context.<anonymous> (fidelity.js:4:9)

  3) Core morphing tests
       "before each" hook for "morphs outerHTML as content properly when argument is null":
     TypeError: Cannot set properties of null (setting 'innerHTML')
      at clearWorkArea (test-utilities.js:43:29)
      at Context.<anonymous> (core.js:4:9)

  4) Tests to compare perf with morphdom
       "before each" hook for "HTML5 Elements Sample Page":
     TypeError: Cannot set properties of null (setting 'innerHTML')
      at clearWorkArea (test-utilities.js:43:29)
      at Context.<anonymous> (perf.js:4:9)


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

No branches or pull requests

1 participant