include test/utils in tsconfig (#8024)

* fix export-test.tsx

Signed-off-by: Kerry Archibald <kerrya@element.io>

* include test/utils to tsconfig

Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
Kerry
2022-03-10 18:15:31 +00:00
committed by GitHub
parent 3608fdb2ae
commit 9082e07ff4
2 changed files with 8 additions and 3 deletions
+2
View File
@@ -24,5 +24,7 @@
"./src/**/*.tsx" ,
"./test/test-utils/**/*.ts",
"./test/test-utils/**/*.tsx",
"./test/utils/**/*.ts",
"./test/utils/**/*.tsx",
],
}