refactor common test helpers into test/

This way we can share them with multiple tests
This commit is contained in:
David Lechner
2020-06-10 21:59:34 -05:00
committed by David Lechner
parent 8ba4143fa7
commit 31c3e2b52e
16 changed files with 205 additions and 223 deletions
+1 -1
View File
@@ -17,5 +17,5 @@
"downlevelIteration": true,
"experimentalDecorators": true
},
"include": ["src"]
"include": ["src", "test"]
}