2.1.0 • Published 5 years ago

testatron v2.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

testatron

Dead simple unit testing.

Example use

(async () => {
  const lucy = require('Lucy');
  const testatron = require('testatron');
  const {
    keys
  } = lucy;
  console.log('Building Test Cases');
  await testatron({
    destination: `${__dirname}/tests`,
    filePath: './build/bundle.js',
    prefix: ` delete require.cache[require.resolve('Lucy')];
    const $ = lucy;
    const {
      ${keys(lucy).join(',')}
    } = $;`,
  });
  console.log('END');
})();

Arity 2017

2.1.0

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago