Adds support for unit test and Adds a widget loading test #663
Conversation
252ff2c
to
2797160
Can you change commit message to something like:
|
2aa169a
to
41624c7
gulpfile.js
Outdated
gulp.task('unitTest', function () { | ||
return gulp | ||
.src(cfg.test + '/runner.html') // This will fail if any HTML file has a BOM. | ||
.pipe(mochaPhantomJS({ reporter: 'spec' })) |
GordonSmith
Aug 9, 2015
Member
Switch to using the "dot" reporter
Switch to using the "dot" reporter
@@ -5,4 +5,5 @@ before_script: | |||
- npm install -g bower |
GordonSmith
Aug 9, 2015
Member
Can you also add "sudo: false" to the first line this file?
Can you also add "sudo: false" to the first line this file?
da84bc4
to
550d10f
Add unitTesting using mocha, chai and phantomjs. Fixes GH-665 Signed-off-by: Anmol Jagetia <anmoljagetia@gmail.com>
Looks good. |
GordonSmith
added a commit
that referenced
this pull request
Aug 9, 2015
Adds support for unit test and Adds a widget loading test
73ca574
into
hpcc-systems:master
1 check passed
1 check passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Adds a unit test to check loading of widgets.
Signed-off-by: Anmol Jagetia anmoljagetia@gmail.com