We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests seem to randomly fail with the following error : Some of your tests did a full page reload.
Some of your tests did a full page reload
This seems to be because of the test Should have the correct min/max values in scale.financialLinear.tests.js
Should have the correct min/max values
x1000 means the test is run 1000 times in a for loop, like this commented means the test is commented
And then I tried to run the tests on Travis. The results seem random. https://travis-ci.org/loicbourgois/chartjs-chart-financial/builds For each build, node 6, 8, 9 are used. Usually it works on one of the environment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tests seem to randomly fail with the following error :
Some of your tests did a full page reload
.This seems to be because of the test
Should have the correct min/max values
in scale.financialLinear.tests.jsx1000 means the test is run 1000 times in a for loop, like this
commented means the test is commented
And then I tried to run the tests on Travis. The results seem random.
https://travis-ci.org/loicbourgois/chartjs-chart-financial/builds
For each build, node 6, 8, 9 are used.
Usually it works on one of the environment.
The text was updated successfully, but these errors were encountered: