test: fix reactivity tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# @vue/observer
|
||||
# @vue/reactivity
|
||||
|
||||
## Usage Note
|
||||
|
||||
@@ -9,10 +9,9 @@ This package is inlined into Global & Browser ESM builds of user-facing renderer
|
||||
The implementation of this module is inspired by the following prior art in the JavaScript ecosystem:
|
||||
|
||||
- [Meteor Tracker](https://docs.meteor.com/api/tracker.html)
|
||||
- [nx-js/observer-util](https://github.com/nx-js/observer-util)
|
||||
- [nx-js/reactivity-util](https://github.com/nx-js/reactivity-util)
|
||||
- [salesforce/observable-membrane](https://github.com/salesforce/observable-membrane)
|
||||
|
||||
|
||||
## Caveats
|
||||
|
||||
- Built-in objects are not observed except for `Map`, `WeakMap`, `Set` and `WeakSet`.
|
||||
|
||||
Reference in New Issue
Block a user