From 9ec23c47ad310d91833bfaf4ebd79657a4741300 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 15 Jan 2018 10:04:24 -0500 Subject: [PATCH] update test --- test/common/test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/common/test.js b/test/common/test.js index 4056bee..adc0933 100644 --- a/test/common/test.js +++ b/test/common/test.js @@ -79,7 +79,7 @@ function run(env) { if (env === 'production') { const cli = path.resolve(__dirname, '../../cli/index.js'); - exec_promise = exec(`${cli} build`).then(() => exec(`${cli} extract`)); + exec_promise = exec(`${cli} build`).then(() => exec(`${cli} export`)); } return exec_promise.then(() => { @@ -327,8 +327,8 @@ function run(env) { }); if (env === 'production') { - describe('extract', () => { - it('extract all pages', () => { + describe('export', () => { + it('export all pages', () => { const dest = path.resolve(__dirname, '../app/dist'); // Pages that should show up in the extraction directory.