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
We should introduce npm script launching the tests for the built package version (currently development version is tested). It should then be run as a separate job on CI with React tester. So in the end of the day we want to have two jobs on CI:
latest React version + dev package version for quick feedback;
all React versions (latest minors) + build package version for full feedback.
And two npm test scripts:
npm run test running tests for built package version;
npm run test:dev running tests for development package version.
And React tester should use the first one (npm run test) by default.
The text was updated successfully, but these errors were encountered:
Are you reporting a feature request or a bug?
New feature
Details
Follow-up of #166 (comment) and #166 (review).
We should introduce npm script launching the tests for the built package version (currently development version is tested). It should then be run as a separate job on CI with React tester. So in the end of the day we want to have two jobs on CI:
And two npm test scripts:
npm run test
running tests for built package version;npm run test:dev
running tests for development package version.And React tester should use the first one (
npm run test
) by default.The text was updated successfully, but these errors were encountered: