We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6299e commit ba41387Copy full SHA for ba41387
README.md
@@ -148,7 +148,9 @@ npm run build
148
```
149
150
## Test
151
-TODO
+```bash
152
+npm run test
153
+```
154
155
## TODO
156
* [x] Date picker with bootstrap-datepicker
@@ -160,7 +162,7 @@ TODO
160
162
* [ ] Groupable fields
161
163
* [ ] Validation handling with multiple models
164
* [ ] Bundle for vendor files
-* [ ] Unit tests, coverage and CI
165
+* [x] Unit tests, coverage and CI
166
* [ ] try [joi](https://www.npmjs.com/package/joi) for validation
167
168
## License
0 commit comments