Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

fix: Run tests on both the build as well as the dist folder#514

Merged
mhevery merged 1 commit intoangular:masterfrom
mhevery:build
Dec 18, 2016
Merged

fix: Run tests on both the build as well as the dist folder#514
mhevery merged 1 commit intoangular:masterfrom
mhevery:build

Conversation

@mhevery
Copy link
Copy Markdown
Contributor

@mhevery mhevery commented Nov 22, 2016

No description provided.

Comment thread .travis.yml
- node_modules/.bin/karma start karma-sauce-mocha.conf.js --single-run
- node_modules/.bin/gulp build
- node_modules/.bin/karma start karma-dist-sauce-jasmine.conf.js --single-run
- node_modules/.bin/karma start karma-build-sauce-mocha.conf.js --single-run
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

wouldn't it be safer to run both mocha and jasmine in both build and dist mode?

the tests don't take much time to run, so what's the downside?

@IgorMinar
Copy link
Copy Markdown
Contributor

otherwise lgtm

@mhevery mhevery merged commit c0604f5 into angular:master Dec 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants