From e61d9e8f7109390d45e463428e4451add3e8cef0 Mon Sep 17 00:00:00 2001 From: Amit Mittal Date: Fri, 10 Nov 2017 18:56:06 +0100 Subject: [PATCH] Update chromeDebugAdapter.test.ts --- test/chromeDebugAdapter.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chromeDebugAdapter.test.ts b/test/chromeDebugAdapter.test.ts index 8a549b0..74608d9 100644 --- a/test/chromeDebugAdapter.test.ts +++ b/test/chromeDebugAdapter.test.ts @@ -138,7 +138,7 @@ suite('ChromeDebugAdapter', () => { { '/src': WEBROOT + '/app/src' }); assert.deepEqual( resolveWebRootPattern(WEBROOT, { '${webRoot}/src': '${webRoot}/app/src'}), - { (WEBROOT + '/src'): (WEBROOT + '/app/src') }); + { WEBROOT + '/src': WEBROOT + '/app/src' }); }); test(`ignores the webRoot pattern when it's not at the beginning of the string`, () => {