From ca124480a48d18fdf54159d95666d6a5a3dd1328 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Thu, 11 Apr 2019 17:25:40 -0700 Subject: [PATCH] Remove test.only --- test/unit/legacy-data.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/legacy-data.html b/test/unit/legacy-data.html index b77a76510b..1cd5a06189 100644 --- a/test/unit/legacy-data.html +++ b/test/unit/legacy-data.html @@ -450,12 +450,12 @@ assertEffects({computeMulti: 1}); assert.equal(el.$$('#ifChild').computedMulti, '[b,c]'); }); - test.only('one wildcard argument defined', () => { + test('one wildcard argument defined', () => { el = fixture('declarative-wildcard-one'); flush(); assertEffects({warn: 1}); }); - test.only('all wildcard arguments defined', () => { + test('all wildcard arguments defined', () => { el = fixture('declarative-wildcard-all'); flush(); assertEffects({wildcardObserver: 1});