Simple observed object reactivity
This commit is contained in:
39
Test/params.test.js
Normal file
39
Test/params.test.js
Normal file
@@ -0,0 +1,39 @@
|
||||
window.testSuites.push( class testParams {
|
||||
|
||||
Args() {
|
||||
|
||||
}
|
||||
|
||||
Constructor() {
|
||||
|
||||
}
|
||||
|
||||
Default() {
|
||||
|
||||
}
|
||||
|
||||
// 2/3
|
||||
|
||||
DefaultArgs() {
|
||||
|
||||
}
|
||||
|
||||
ConstructorArgs() {
|
||||
|
||||
}
|
||||
|
||||
ConstructorDefault() {
|
||||
|
||||
}
|
||||
|
||||
// 3/3
|
||||
|
||||
ConstructorDefaultArgs() {
|
||||
|
||||
}
|
||||
|
||||
ConstructorDefault() {
|
||||
|
||||
}
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user