File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ describe('The Angularity test task', function () {
3535 helper . runner . create ( )
3636 . addInvocation ( 'test --help' )
3737 . addInvocation ( 'test -h' )
38- // .addInvocation('test -?') // TODO @bholloway process cannot be spawned on windows when it has -? flag
38+ // .addInvocation('test -?') // TODO @bholloway process cannot be spawned on windows when it has -? flag
3939 . forEach ( fastIt ( expectations ) )
4040 . finally ( done ) ;
4141
@@ -55,7 +55,7 @@ describe('The Angularity test task', function () {
5555
5656 function expectations ( testCase ) {
5757 expect ( testCase . stdout ) . toBeTask ( 'test' ) ;
58- expect ( testCase . stdout ) . toMatch ( / ^ K a r m a t e s t s \: \s + 1 \/ 1 $ | C a n n o t s t a r t C h r o m e / m ) ; // TODO @bholloway choose a browser that will work on cloud CI
58+ expect ( testCase . stdout ) . toMatch ( / I N F O \s \[ k a r m a \] / ) ; // TODO @bholloway choose a browser that will work on cloud CI
5959 javascriptTask . expectations ( testCase ) ;
6060
6161 // make replacements to allow karma.conf.js to be correctly diff'd
You can’t perform that action at this time.
0 commit comments