From 183887fc9521931517d676bae8537254f90c57c2 Mon Sep 17 00:00:00 2001 From: siddharthkp Date: Fri, 26 Jul 2019 18:07:03 +0530 Subject: [PATCH] give relative path --- tests/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.js b/tests/index.js index bc298d5f..d2f5d05b 100644 --- a/tests/index.js +++ b/tests/index.js @@ -45,7 +45,7 @@ test.serial('4. fail: dont use compression', t => { }) test.serial('5. pass: custom config file', t => { - const { stdout, exitCode } = run(5, '--config config/bundlesize.json') + const { stdout, exitCode } = run(5, '--config ../5/config/bundlesize.json') t.is(exitCode, 0) t.snapshot(stdout) })