1.3.7 • Published 10 months ago

innet-jest v1.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

1.3.6

10 months ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago