@remit/ui 0.0.134 → 0.0.135

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/ui",
3
- "version": "0.0.134",
3
+ "version": "0.0.135",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src"
@@ -655,11 +655,11 @@ describe("RunStepBody", () => {
655
655
  verb: "junk",
656
656
  scope: "once",
657
657
  failureReason:
658
- "This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folders.",
658
+ "This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folder roles.",
659
659
  }),
660
660
  );
661
661
  assert.match(text(html), /no Junk folder appointed/);
662
- assert.match(text(html), /Settings › Folders/);
662
+ assert.match(text(html), /Settings › Folder roles/);
663
663
  assert.doesNotMatch(html, /Nothing has changed\./);
664
664
  });
665
665
 
@@ -606,7 +606,7 @@ describe("runCopy", () => {
606
606
  // that would.
607
607
  it("carries the reason a commit could not start, in place of a retry", () => {
608
608
  const reason =
609
- "This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folders.";
609
+ "This account has no Junk folder appointed, so there is nowhere to file these. Appoint one under Settings › Folder roles.";
610
610
  const blocked = runCopy({
611
611
  state: "commitFailed",
612
612
  verb: "junk",