@cfpb/ccdb5-ui 2.11.5 → 2.13.0
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 +1 -1
- package/dist/ccdb5.css +3 -3
- package/dist/ccdb5.css.map +1 -1
- package/dist/ccdb5.js +236 -76
- package/dist/ccdb5.js.map +1 -1
- package/package.json +36 -39
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
|
|