From 8ecbd7853920f357b937aafd5d262d08eb32e16a Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 6 Sep 2016 17:23:55 -0400 Subject: [PATCH] enable previously failing test for #733 --- test/function/export-two-ways-default-b/_config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/function/export-two-ways-default-b/_config.js b/test/function/export-two-ways-default-b/_config.js index 79fd012..4fa4888 100644 --- a/test/function/export-two-ways-default-b/_config.js +++ b/test/function/export-two-ways-default-b/_config.js @@ -1,4 +1,3 @@ module.exports = { - skip: true, description: 'side-effects are preserved if subject is exported in multiple ways, even if default export has no direct link to original (#733)' };