Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/loglevel/test/local-storage-test.js

    r59329aa re29cc2e  
    9797                expect("error").not.toBeTheStoredLevel();
    9898            });
     99
     100            it("log.resetLevel() clears the saved level", function(log) {
     101                log.resetLevel();
     102
     103                expect(undefined).toBeTheStoredLevel();
     104                expect("info").not.toBeTheStoredLevel();
     105            });
    99106        });
    100107
Note: See TracChangeset for help on using the changeset viewer.