Skip to content
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

Tests fail after adding config.json #162

Open
colincclark opened this issue Oct 19, 2023 · 0 comments
Open

Tests fail after adding config.json #162

colincclark opened this issue Oct 19, 2023 · 0 comments

Comments

@colincclark
Copy link

Once a config.json file is added to the root of the project, the tests fail:

expected 200 "OK", got 401 "Unauthorized"

This looks to be an issue with the setConfig method in src/config.js: looking at the code, it seems that the intention was to allow the config to be overriden with the arg passed into this method. However, as the tests fail, it seems that this is not the case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant