-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known issues (when importing fusion.js packages) #3
Comments
Issue: |
Some browser tests fail on token-related issues due to a jest bug: jestjs/jest#7840 (see also, browserify/browser-resolve#92) |
fusion-cli test-jest-app tests started timing out after importing a few more repos. Increasing timeout seems to fix the issue |
Several fusion-cli test failures were happening due to files that had not been copied correctly (due to using --exclude rules in rsync). The offending rules were Some other packages were getting test errors due to missing yarn.lock or package-lock.json files. To fix them, ensure rsync is used without |
Some test failures can appear if packages are not linked. This can happen if they are not included in the projects field in the rush.json file, or if their versions are not aligned. |
rush
lint
script and remove dependency on itself'yarn'
to'none'
insrc/__tests__/collectMetadata.node.js:21
fusion-apollo-universal-client/src/__tests__/index.js
tofusion-apollo-universal-client/src/__tests__/index.node.js
fusion-plugin-i18n-react/src/__tests__/integration
from dependenciesfusion-apollo-universal-client/src/__tests__/integration.node.js
test/e2e/split-translations
andtest/e2e/dynamic-import-app
__DEV__
./node_modules/fusion-core/flow-typed
to the[libs]
section of the package's.flowconfig
filerush flow
workspaces
The text was updated successfully, but these errors were encountered: