@cfpb/ccdb5-ui 2.12.0 → 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/dist/ccdb5.css +3 -3
- package/dist/ccdb5.css.map +1 -1
- package/dist/ccdb5.js +236 -77
- package/dist/ccdb5.js.map +1 -1
- package/package.json +5 -8
- package/dist/static/icons/approved.svg +0 -1
- package/dist/static/icons/down.svg +0 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ of JavaScript. Backwards compatibility is achieved by compiling the script with
|
|
|
16
16
|
|
|
17
17
|
Unit testing of the application is performed within
|
|
18
18
|
[Jest](https://facebook.github.io/jest/) with
|
|
19
|
-
[
|
|
19
|
+
[Testing Library](https://testing-library.com/) providing support for event testing.
|
|
20
20
|
|
|
21
21
|
[yarn](https://yarnpkg.com/) is used to manage the build/test/deploy cycle.
|
|
22
22
|
|
|
@@ -202,6 +202,9 @@ Ready to publish changes to npm?
|
|
|
202
202
|
- Run `yarn cache clean; yarn install`
|
|
203
203
|
from `cfgov/unprocessed/apps/ccdb-search/`.
|
|
204
204
|
- Re-add the last two lines to the root `.yarnrc` file.
|
|
205
|
+
- When running the project under CFGOV, you will need to index complaints to have a functioning app. The default docker setup of cfgov does not index any complaint data.
|
|
206
|
+
You will have to run the [CCDB Data Pipeline](https://github.com/cfpb/ccdb-data-pipeline/blob/main/INSTALL.md) and load complaints into Elasticsearch.
|
|
207
|
+
|
|
205
208
|
|
|
206
209
|
## Getting help
|
|
207
210
|
|