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

Eliminate the need to import specHelper everywhere #43

Merged
merged 1 commit into from
Mar 28, 2016

Conversation

randycoulman
Copy link
Contributor

While the issue I opened on mocha-webpack is
still outstanding, the author’s suggestion is to use webpack-node-externals. We tried that initially, but that results in numerous firings of the import/no-unresolved lint rule.

After conferring with @lexun, we decided to go back to that approach and instead disable the linters when doing npm run test. They still run with npm run build, npm run test:debug, and npm run dev.

If the above-mentioned issue gets resolved, then we can go back to running the linters in all environments.

While the [issue I opened on
mocha-webpack](zinserjan/mocha-webpack#1) is
still outstanding, the author’s suggestion is to use
`webpack-node-externals`.  We tried that initially, but that results in
numerous firings of the `import/no-unresolved` lint rule.

After conferring with @lexun, we decided to go back to that approach
and instead disable the linters when doing `npm run test`.  They still
run with `npm run build`, `npm run test:debug`, and `npm run dev`.

If the above-mentioned issue gets resolved, then we can go back to
running the linters in all environments.
@cthorner
Copy link

LGTM

@lexun
Copy link
Contributor

lexun commented Mar 28, 2016

👍

@randycoulman randycoulman merged commit 4defc48 into master Mar 28, 2016
@randycoulman randycoulman deleted the features/eliminate-specHelper-imports branch March 28, 2016 20:44
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.

3 participants