shouldFollowSubgraphs test

This commit is contained in:
space-nuko
2023-05-15 22:26:03 -05:00
parent 7ca0ee1e7f
commit 22aad57bc4
4 changed files with 217 additions and 0 deletions

4
src/tests/UnitTest.ts Normal file
View File

@@ -0,0 +1,4 @@
export default abstract class UnitTest {
setUp() { }
tearDown() { }
}