From 94de9accfba4db8c37869f0514a800b04c1a6694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Segersv=C3=A4rd?= Date: Tue, 29 Sep 2015 10:36:39 +0200 Subject: [PATCH] Enable test --- test/function/export-from-no-local-binding/_config.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/test/function/export-from-no-local-binding/_config.js b/test/function/export-from-no-local-binding/_config.js index 855d4c2..7500be3 100644 --- a/test/function/export-from-no-local-binding/_config.js +++ b/test/function/export-from-no-local-binding/_config.js @@ -1,13 +1,5 @@ -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