From 282584ce97ae85bc335d3063d1c5eb1717d485cd Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 3 Feb 2020 10:13:45 -0600 Subject: [PATCH] allow other svg attributes in test --- tests/test-ui-components/src/labicon.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-ui-components/src/labicon.spec.ts b/tests/test-ui-components/src/labicon.spec.ts index 4bd6bf76fb36..9434eb911d01 100644 --- a/tests/test-ui-components/src/labicon.spec.ts +++ b/tests/test-ui-components/src/labicon.spec.ts @@ -16,7 +16,7 @@ describe('@jupyterlab/ui-components', () => { it('should hold a string with the raw contents of an svg', () => { expect(fooSvgstr).to.be.string; expect( - fooSvgstr.startsWith(``) + fooSvgstr.startsWith(` { expect(fooIcon.svgstr).to.be.string; expect( fooIcon.svgstr.startsWith( - `` + `