Skip to content

Commit e409d0a

Browse files
committed
add symlink to types.ts in tests folders, so IDE won't complain
IDE was complaining about undefined types in tests. Adding a symbolic link tests/types.ts -> src/types.ts is the cleanest solution here because it does not require changing each test suite to import the types neither redeclaring the types.
1 parent baa1486 commit e409d0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src/types.ts

0 commit comments

Comments
 (0)