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

chore(tests): add eslint-jst and fix lint errors #486

Merged
merged 2 commits into from
Dec 1, 2020
Merged

Conversation

dbanksdesign
Copy link
Member

@dbanksdesign dbanksdesign commented Nov 25, 2020

Issue #, if available:

Description of changes: Adding eslint-jest so we can better lint our tests. Also fixing the errors and warnings that came up from linting.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -207,7 +207,7 @@ var dictionary = {
describe('formats', () => {
_.each(['scss/map-flat', 'scss/map-deep'], function(key) {

describe(key, () => {
describe(`${key}`, () => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

?

Copy link
Member Author

Choose a reason for hiding this comment

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

This might be a rule we could disable... There is a lint rule that describe blocks must have a string as the title and the linter isn't smart enough to know that those variables are strings...

@chazzmoney
Copy link
Collaborator

Minus that one template string that I don't understand, LGTM.

@chazzmoney chazzmoney merged commit d2e6e50 into 3.0 Dec 1, 2020
@dbanksdesign dbanksdesign deleted the add-eslint-jest branch March 12, 2021 22:10
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