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

Add exclusions for Moment.js #40

Open
gbochenek opened this issue Jan 15, 2018 · 2 comments
Open

Add exclusions for Moment.js #40

gbochenek opened this issue Jan 15, 2018 · 2 comments

Comments

@gbochenek
Copy link
Contributor

The build currently throws a number of errors for missing Moment.js classes. Add exclusions to the build profile in order to remove these useless error messages.

@gbochenek
Copy link
Contributor Author

Relies on #36

@Biboba
Copy link

Biboba commented Apr 19, 2018

Hi,

I think they could be other exclusions as I believe tests are not very useful for a build. For some widgets, I have the following errors:

  • Search:

error(311) Missing dependency. module: widgets/Search/tests/SanityTest; dependency: intern!bdd
error(311) Missing dependency. module: widgets/Search/tests/SanityTest; dependency: intern/chai!assert
error(311) Missing dependency. module: widgets/Search/tests/SanityTest; dependency: testjimu/WidgetManager
error(311) Missing dependency. module: widgets/Search/tests/SanityTest; dependency: testjimu/globals

  • MyLocation

error(311) Missing dependency. module: widgets/MyLocation/tests/HttpsTest; dependency: intern/chai!assert
error(311) Missing dependency. module: widgets/MyLocation/tests/HttpsTest; dependency: intern!bdd
error(311) Missing dependency. module: widgets/MyLocation/tests/HttpsTest; dependency: testjimu/WidgetManager
error(311) Missing dependency. module: widgets/MyLocation/tests/HttpsTest; dependency: testjimu/globals

  • HomeButton

error(311) Missing dependency. module: widgets/HomeButton/tests/HomeBtnTest; dependency: intern/chai!assert
error(311) Missing dependency. module: widgets/HomeButton/tests/HomeBtnTest; dependency: intern!bdd
error(311) Missing dependency. module: widgets/HomeButton/tests/HomeBtnTest; dependency: testjimu/WidgetManager
error(311) Missing dependency. module: widgets/HomeButton/tests/HomeBtnTest; dependency: testjimu/globals

  • AttributeTable

error(311) Missing dependency. module: widgets/AttributeTable/tests/SanityTest; dependency: intern!bdd
error(311) Missing dependency. module: widgets/AttributeTable/tests/SanityTest; dependency: intern/chai!assert
error(311) Missing dependency. module: widgets/AttributeTable/tests/SanityTest; dependency: testjimu/WidgetManager
error(311) Missing dependency. module: widgets/AttributeTable/tests/SanityTest; dependency: widgets/AttributeTable/_FeatureTable
error(311) Missing dependency. module: widgets/AttributeTable/tests/SanityTest; dependency: intern/order!sinon
error(311) Missing dependency. module: widgets/AttributeTable/tests/SanityTest; dependency: testjimu/globals

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

2 participants