1.3.0 • Published 3 years ago

jest-store-log v1.3.0

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

npmV min install githubLastCommit codecov circleci

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.

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago