fix(core): update

This commit is contained in:
2018-09-06 00:11:46 +02:00
parent bad3513fb5
commit 23e7cbd1f1
6 changed files with 179 additions and 146 deletions

View File

@ -1,6 +1,6 @@
import { tap, expect } from "@pushrocks/tapbundle";
import { Foldable, foldDec } from "../dist/index";
import { Foldable, foldDec } from "../ts/index";
class SomeClass extends Foldable {
@foldDec() thisis: string = "test";