From 802434bc022dedd1ee6620e26a5f8ac67d974389 Mon Sep 17 00:00:00 2001 From: Izaak Schroeder Date: Wed, 31 Aug 2016 15:15:57 -0700 Subject: [PATCH] WIP. --- test/spec/index.spec.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/spec/index.spec.js b/test/spec/index.spec.js index 0ff343b..6da0c0a 100644 --- a/test/spec/index.spec.js +++ b/test/spec/index.spec.js @@ -7,11 +7,9 @@ import sinon from 'sinon'; import s3 from 'vinyl-s3'; import streams from 'stream'; -const basic = path.join('.', 'basic', 'index.js'); - -const config = (options, entry = basic, extra) => { +const config = (options, extra) => { return { - entry: path.join(__dirname, '..', '..', 'example', entry), + entry: path.join(__dirname, '..', '..', 'example', 'index.js'), context: path.join(__dirname, '..', '..', 'example'), output: { path: path.join(__dirname, 'dist'),