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

dev: update dev packages #42

Closed
wants to merge 1 commit into from

Conversation

kwelch
Copy link
Contributor

@kwelch kwelch commented Oct 25, 2018

Description

Updates to jest and eslint packages mainly a few other tools.

Note: this does not resolve the node@11 issue, just some low hanging fruit.

How Has This Been Tested?

  • yarn
  • yarn validate
  • yarn build (tests on node@8 & node @11)

Screenshots (if appropriate):

Checklist:

  • I have read the CONTRIBUTING document.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • I have run yarn validate to ensure that tests, typescript and linting are all in order.

@@ -25,7 +25,7 @@ describe('request', () => {
restoreMockFetch();
});

it('makes request to API base url default w/ no token when no configuration is specified', async () => {
it('makes request to API base url default w/ no token when no configuration is specified', async() => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the eslint rule wants to get rid of the space? ugh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @jonathancreamer-eb called me out on this in brite-cli as the no space is expected.

@kwelch kwelch closed this Dec 29, 2018
@kwelch
Copy link
Contributor Author

kwelch commented Dec 29, 2018

DevDeps were updated in #51

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

Successfully merging this pull request may close these issues.

2 participants