From a945b77eb31c9fc8dcbeb004a1e69bb5093cfeb5 Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Sat, 6 Aug 2016 14:38:49 +0300 Subject: [PATCH] Clean up test --- test/function/cycles-pathological-3/_config.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test/function/cycles-pathological-3/_config.js b/test/function/cycles-pathological-3/_config.js index 6956788..155e2f6 100644 --- a/test/function/cycles-pathological-3/_config.js +++ b/test/function/cycles-pathological-3/_config.js @@ -1,12 +1,3 @@ -var assert = require( 'assert' ); - module.exports = { - solo: true, - description: 'resolves more pathological cyclical dependencies gracefully', - options: { - onwarn: function ( message ) { - console.log(message); - // assert.ok( /unable to evaluate without/.test( message ) ); - } - } + description: 'resolves more pathological cyclical dependencies gracefully' };