Remove test

This commit is contained in:
Jiiks 2018-01-14 08:00:58 +02:00
parent ba4ba87eec
commit 8e5f007f5b
1 changed files with 1 additions and 19 deletions

View File

@ -43,22 +43,4 @@ class Module {
}
module.exports = { Module };
class Foo2 {
constructor() {
this.__ = {
state: {'lo': 'hi'}
}
}
set state(state) {
return this.__.state = state;
}
get state() {
return this.__.state;
}
}
module.exports = { Module };