Skip to content

Instantly share code, notes, and snippets.

@usergenic
Created December 1, 2022 22:42
Show Gist options
  • Save usergenic/acfd48bee202deafca640a27b768e2cb to your computer and use it in GitHub Desktop.
Save usergenic/acfd48bee202deafca640a27b768e2cb to your computer and use it in GitHub Desktop.
❌ basic scrolling functionality, via scrollTo() > vertical > using <lit-virtualizer>... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 42 to equal 1
+ expected - actual
-42
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
❌ basic scrolling functionality, via scrollTo() > vertical > using <lit-virtualizer>... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 42 to equal 1
+ expected - actual
-42
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
❌ basic scrolling functionality, via scrollTo() > vertical > using the virtualize() directive... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 42 to equal 1
+ expected - actual
-42
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
❌ basic scrolling functionality, via scrollTo() > vertical > using the virtualize() directive... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 42 to equal 1
+ expected - actual
-42
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
❌ basic scrolling functionality, via scrollTo() > horizontal > using <lit-virtualizer>... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 42 to equal 1
+ expected - actual
-42
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
❌ basic scrolling functionality, via scrollTo() > horizontal > using <lit-virtualizer>... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 64 to equal 1
+ expected - actual
-64
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
❌ basic scrolling functionality, via scrollTo() > horizontal > using the virtualize() directive... > ...and window scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 42 to equal 1
+ expected - actual
-42
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
❌ basic scrolling functionality, via scrollTo() > horizontal > using the virtualize() directive... > ...and virtualizer scrolling > instant scrolling > should take no time and end up where it is supposed to
AssertionError: expected 64 to equal 1
+ expected - actual
-64
+1
at o.<anonymous> (src/test/scenarios/scrolling.test.ts:98:31)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment