test setup for components and some initial tests

This commit is contained in:
Kristoffer Lind
2019-02-13 13:27:12 +01:00
parent 0b3b7b3f57
commit 347e6b7408
14 changed files with 611 additions and 53 deletions

View File

@@ -0,0 +1,5 @@
function Model (component) {
this.component = component;
}
export default Model;