File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/data-context/test/unit/sources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,19 @@ describe('GitDataSource', () => {
4646 ctx . git . gitInfo ( xhrSpec ) ,
4747 ] )
4848
49- expect ( created . lastModifiedHumanReadable ) . to . match ( / ( a f e w | [ 0 - 9 ] ) s e c o n d ? s a g o / )
49+ expect ( created . lastModifiedHumanReadable ) . to . match ( / ( a f e w | [ 0 - 9 ] ) s e c o n d s ? a g o / )
5050 expect ( created . statusType ) . to . eql ( 'created' )
5151 // do not want to set this explicitly in the test, since it can mess up your local git instance
5252 expect ( created . author ) . not . to . be . undefined
5353 expect ( created . lastModifiedTimestamp ) . not . to . be . undefined
5454
55- expect ( unmodified . lastModifiedHumanReadable ) . to . match ( / ( a f e w | [ 0 - 9 ] ) s e c o n d ? s a g o / )
55+ expect ( unmodified . lastModifiedHumanReadable ) . to . match ( / ( a f e w | [ 0 - 9 ] ) s e c o n d s ? a g o / )
5656 expect ( unmodified . statusType ) . to . eql ( 'unmodified' )
5757 // do not want to set this explicitly in the test, since it can mess up your local git instance
5858 expect ( unmodified . author ) . not . to . be . undefined
5959 expect ( unmodified . lastModifiedTimestamp ) . not . to . be . undefined
6060
61- expect ( modified . lastModifiedHumanReadable ) . to . match ( / ( a f e w | [ 0 - 9 ] ) s e c o n d ? s a g o / )
61+ expect ( modified . lastModifiedHumanReadable ) . to . match ( / ( a f e w | [ 0 - 9 ] ) s e c o n d s ? a g o / )
6262 expect ( modified . statusType ) . to . eql ( 'modified' )
6363 // do not want to set this explicitly in the test, since it can mess up your local git instance
6464 expect ( modified . author ) . not . to . be . undefined
You can’t perform that action at this time.
0 commit comments