test: add testing framework
This commit is contained in:
parent
36536fef33
commit
7e9bed9d56
12 changed files with 563 additions and 24 deletions
7
test/tsconfig.json
Normal file
7
test/tsconfig.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"extends": "../tsconfig-base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react",
|
||||
"jsxFactory": "createElement"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue