From a45ad5a11e954a04c3268d189843298f31fde245 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 25 Jan 2023 09:27:31 -0500 Subject: [PATCH] Remove .only from unit test. --- src/ux-components/alert/alert.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ux-components/alert/alert.spec.js b/src/ux-components/alert/alert.spec.js index 978777116..343323b9e 100644 --- a/src/ux-components/alert/alert.spec.js +++ b/src/ux-components/alert/alert.spec.js @@ -49,7 +49,7 @@ describe("alert.vue", () => { expect(wrapper.vm.alertCopy).toBe("testCopy"); }); - it.only("Should container a tag if the manualCopy contains a {routerLink: testName, testLink} placeholder", () => { + it("Should container a tag if the manualCopy contains a {routerLink: testName, testLink} placeholder", () => { // Arrange & Act const wrapper = shallowMount( alert,