1.3.0 • Published 6 years ago

jest-store-log v1.3.0

Weekly downloads
3
License
MIT
Repository
-
Last release
6 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

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago