From 69261bc2c14bad7f936970abce5ae18b55421b27 Mon Sep 17 00:00:00 2001 From: Kathleen Tuite Date: Mon, 25 Sep 2023 13:40:26 -0700 Subject: [PATCH] Revert "safeNextPathFrom(): add tests for bad content (#1003)" This reverts commit 0d2efaabf93dc50124d7d298d0116ea762394dfc. --- test/unit/util/html.js | 42 +++--------------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/test/unit/util/html.js b/test/unit/util/html.js index e45d9c771..31b946abc 100644 --- a/test/unit/util/html.js +++ b/test/unit/util/html.js @@ -27,45 +27,9 @@ describe('util/html', () => { describe('safeNextPathFrom()', () => { [ - // odk-central-frontend - [ '/account/edit', '/#/account/edit' ], // eslint-disable-line no-multi-spaces - [ '/users', '/#/users' ], // eslint-disable-line no-multi-spaces - [ '/users"> { it(`should convert next=${next} to ${expected}`, () => { safeNextPathFrom(next).should.equal(expected);