Closed fredericoo closed 10 months ago
Fixes #40
Note: We might want to add "./test/**/*" to tsconfig includes, as this could’ve been caught by tsc or linting the test files. I obviously didn’t do this as part of this PR as it is beyond scope and also highlights other issues (with transform)
"./test/**/*"
transform
Fixes #40
Note: We might want to add
"./test/**/*"
to tsconfig includes, as this could’ve been caught by tsc or linting the test files. I obviously didn’t do this as part of this PR as it is beyond scope and also highlights other issues (withtransform
)