Files
DefinitelyTyped/types/jest-axe/package.json
Josh Goldberg c37cd112da Added jest-axe typings (#25623)
* Started on jest-axe

* Fixed up some things

* TS@2.4

* lint fix; axe-core dependency

* Update index.d.ts

* Update jest-axe-tests.ts
2018-05-08 15:07:18 -07:00

7 lines
82 B
JSON

{
"private": true,
"dependencies": {
"axe-core": "^2.6.1"
}
}