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
In the API section, the known value for the server test (test-server.js) is
test-server.js
expected = { minYear: 1979, maxYear: 2000, count: 10 }
I think it should be
expected = { year_low: 1979, year_high: 2000, record_count: 10 }
so that the keys match with what DataManager.getSurveyStats() returns. Otherwise, the test fails (at least for me).
DataManager.getSurveyStats()
Happy to submit a PR if desired.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the API section, the known value for the server test (
test-server.js
) isI think it should be
so that the keys match with what
DataManager.getSurveyStats()
returns. Otherwise, the test fails (at least for me).Happy to submit a PR if desired.
The text was updated successfully, but these errors were encountered: