1.3.7 • Published 2 years ago

innet-jest v1.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

innet-jest

NPM downloads license

This preset helps to work with Jest and innet.

innet-jest based on innet-jsx and includes TypeScript and JSX parser.

CHANGELOG

stars watchers

Install

Install the package with npm

npm i -D innet-jest

or yarn

yarn add -D innet-jest

and specify preset in your Jest configuration:

{
  "preset": "innet-jest"
}

Usage

Write the test with JSX syntax:

// test.spec.tsx or jsx

describe('innet', () => {
  test('JSX works', () => {
    expect(<div />).toEqual({type: 'div'})
  })
})

Issues

If you find a bug or have a suggestion, please file an issue on GitHub.

issues

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.2.2

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago