jost

0.0.2 • Public • Published

Jost — Just Jost (not Jest)

NPM version

my-tests.js

#!/usr/bin/env node
 
import {beforeEach, afterEach, context, describe, expect, it} from 'jost';
 
describe('Jost', () => {
  it('expects', () => {
    expect(true).toBe(true);
  });
});
 
// etc...

Output of ./my-tests.js

Jost
  expects
0 errors, 1 example, 0 failures, 1 suite

Readme

Keywords

none

Package Sidebar

Install

npm i jost

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

2.27 kB

Total Files

4

Last publish

Collaborators

  • wincent