Remove test
This commit is contained in:
parent
ba4ba87eec
commit
8e5f007f5b
|
@ -44,21 +44,3 @@ class Module {
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = { Module };
|
module.exports = { Module };
|
||||||
|
|
||||||
class Foo2 {
|
|
||||||
|
|
||||||
constructor() {
|
|
||||||
this.__ = {
|
|
||||||
state: {'lo': 'hi'}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
set state(state) {
|
|
||||||
return this.__.state = state;
|
|
||||||
}
|
|
||||||
|
|
||||||
get state() {
|
|
||||||
return this.__.state;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue