File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,19 @@ const MIME_TYPE = 'text/html';
1010const FETCH_DATE = new Date ( '2000-01-01T12:00:00.000Z' ) ;
1111const FETCH_DATE_LATER = new Date ( '2000-01-02T12:00:00.000Z' ) ;
1212
13- describe ( 'Recorder' , ( ) => {
13+ describe . only ( 'Recorder' , ( ) => {
1414 const SERVICE_ID = 'test_service' ;
1515 const TYPE = 'Terms of Service' ;
1616
17- for ( const repositoryType of [ 'git' , ' mongo' ] ) {
17+ for ( const repositoryType of [ ' mongo'] ) {
1818 describe ( repositoryType , ( ) => {
1919 let recorder ;
2020
2121 before ( async ( ) => {
2222 const options = config . util . cloneDeep ( config . get ( '@opentermsarchive/engine.recorder' ) ) ;
2323
2424 options . versions . storage . type = repositoryType ;
25- options . snapshots . storage . type = repositoryType ;
25+ options . snapshots . storage . type = 'git' ;
2626
2727 recorder = new Recorder ( options ) ;
2828 await recorder . initialize ( ) ;
You can’t perform that action at this time.
0 commit comments