mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 09:27:53 +01:00
2ade3865d1
- rewrites DataListInput as a functional component - changes version to 2.0.0 - describes versioning in README - adds more unit tests - adds snapshot tests - adds better a11y support by adding aria-labels and roles
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
{
|
|
"extends": ["wesbos"],
|
|
"plugins": ["jest-dom"]
|
|
}
|