Skip to content

Instantly share code, notes, and snippets.

@skirtles-code
Created October 19, 2023 19:13
Show Gist options
  • Save skirtles-code/ca2d1a02b835ac6cc1de5dbac38dd131 to your computer and use it in GitHub Desktop.
Save skirtles-code/ca2d1a02b835ac6cc1de5dbac38dd131 to your computer and use it in GitHub Desktop.
Open Vue PRs that only contain changes to test

These 20 vuejs/core PRs are currently open and only include changes to tests:

  • 6700 - refactor(compiler-dom): use String's built-in repeat method
  • 7133 - test(runtime-dom): avoid dispatchEvent and bindEvent in the same loop
  • 7157 - test(props): the props are not reactivity in funcational component
  • 7251 - test(apiWatch): better indicate reactive obj pre & new values are the same
  • 7297 - test(reactivity): 100% effectScope coverage
  • 7513 - test(reactivity): replace isReactive with isReadonly
  • 7612 - chore: write a test for renderHelpers
  • 7869 - test(shared): more tests for normalizeClass
  • 7896 - test: test for events when component updating
  • 7993 - test(reactivity): add test for nested effect with same key
  • 8065 - test(shared): add test case
  • 8456 - test(shared): improve test coverage
  • 8477 - test(reactive): improve the test of ref
  • 8510 - chore: reduce using any in tests
  • 8684 - test(defineProps): add intersection type test
  • 8844 - test: create EffectScope using a factory function
  • 9122 - test(reactivity): support passing object with only one get property
  • 9174 - test(reactivity): should not observe well-known symbol keyed properties in has operation
  • 9203 - test: improve test coverage
  • 9429 - test(reactivity): should avoid infinite recursive loops when use effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment