add test infra and a basic record integration test

This commit is contained in:
Yanzhen Yu
2018-10-15 17:21:14 +08:00
parent 2816726e23
commit 4ae4222bc3
6 changed files with 157 additions and 2 deletions

View File

@@ -12,5 +12,5 @@
},
"compileOnSave": true,
"exclude": ["test"],
"include": ["src", "index.d.ts"]
"include": ["src", "index.d.ts", "test.d.ts"]
}