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 don't have a fix for this to be fully cross-platform, but this is what I've done locally for running tests in the core package (just commenting so this shows up in issues search):
// in packages/core/package.json
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\",\"target\":\"es5\"}' ava",
@DrewHoo Thanks for the hints :) Your fix gave me an idea to see if these configs can be done in a platform independent way. Turns out they can (see #2171)
Is your feature request related to a problem? Please describe.
Tests currently don't work on MacOS and, thus, are not executed during CI.
Describe the solution you'd like
The tests should be fixed and run during CI.
The text was updated successfully, but these errors were encountered: