From 52f56208af0288cdb6ce9f0574efef83b89554cf Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Sun, 4 Oct 2015 16:28:16 -0400 Subject: [PATCH] enable tests --- test/form/namespace-optimization/_config.js | 1 - test/function/export-from-no-local-binding/_config.js | 8 +------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/test/form/namespace-optimization/_config.js b/test/form/namespace-optimization/_config.js index e6eccae..ec88243 100644 --- a/test/form/namespace-optimization/_config.js +++ b/test/form/namespace-optimization/_config.js @@ -1,4 +1,3 @@ module.exports = { - skip: true, description: 'it does static lookup optimization of internal namespaces' }; diff --git a/test/function/export-from-no-local-binding/_config.js b/test/function/export-from-no-local-binding/_config.js index 855d4c2..333c68b 100644 --- a/test/function/export-from-no-local-binding/_config.js +++ b/test/function/export-from-no-local-binding/_config.js @@ -1,13 +1,7 @@ var assert = require( 'assert' ); module.exports = { - description: 'export from does not create a local binding', - - error: function ( err ) { - assert.ok( false, 'TODO: assertion is skipped because it is not used... we need to implement something like /*rollup: include */') - }, - - skip: true + description: 'export from does not create a local binding' }; // test copied from https://github.com/esnext/es6-module-transpiler/tree/master/test/examples/export-from