You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed we have a few inline test.purs and test.js files lying around, and these are currently picked up and thrown into main.js.
I assume we'll want to either stop doing this (moving all tests into a known test directory somewhere) or settle on a naming convention. Including in main.js is the worst possible outcome (short of not compiling them at all)
The text was updated successfully, but these errors were encountered:
I've noticed we have a few inline
test.purs
andtest.js
files lying around, and these are currently picked up and thrown intomain.js
.I assume we'll want to either stop doing this (moving all tests into a known
test
directory somewhere) or settle on a naming convention. Including in main.js is the worst possible outcome (short of not compiling them at all)The text was updated successfully, but these errors were encountered: