Usage
test('TEST', () => {
const log = new JestStoreLog();
// test console.log
console.log('hello world');
expect(log.data).toBe(`hello world`);
log.TestEnd(); // IMPORTANT call TestEnd at the end of your test.
});
License
Copyright (c) 2020 Leonard Grosoli Licensed under the MIT license.