From a11febe7d7d186cab6b96ebb546be7c1a303c868 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Mon, 30 Apr 2018 12:10:00 -0700 Subject: [PATCH] Fix test typo on Chrome --- test/unit/custom-style-async.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/custom-style-async.html b/test/unit/custom-style-async.html index ce22058451..c01ba4183e 100644 --- a/test/unit/custom-style-async.html +++ b/test/unit/custom-style-async.html @@ -48,7 +48,7 @@ suite('async global custom-style', function() { test('async loaded custom-style applies', function(done) { - import('custom-style-async-import.js').then(() => { + import('./custom-style-async-import.js').then(() => { afterNextRender(null, function() { assertComputed(host.$.client, '8px'); done();