Skip to content

Commit

Permalink
Remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 12, 2019
1 parent f5a45eb commit ca12448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/legacy-data.html
Expand Up @@ -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});
Expand Down

0 comments on commit ca12448

Please sign in to comment.