@ons/design-system 62.1.0 → 62.1.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 CHANGED
@@ -81,6 +81,16 @@ To run all axe tests:
81
81
  yarn test --testNamePattern="axe"
82
82
  ```
83
83
 
84
+ ### Snapshot test for base page template
85
+
86
+ There is a snapshot test of the base page template that runs alongside the component tests. The snapshot will need to be updated if the base page template is changed.
87
+
88
+ To update the snapshot:
89
+
90
+ ```bash
91
+ yarn test --testNamePattern="base page template" -u
92
+ ```
93
+
84
94
  ### Run tests locally in watch mode
85
95
 
86
96
  This will watch for changed files based on git uncommitted files.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ons/design-system",
3
3
  "description": "ONS Design System built CSS, JS, and Nunjucks templates",
4
- "version": "62.1.0",
4
+ "version": "62.1.1",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {