Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Fixed useless manifest in test config
Browse files Browse the repository at this point in the history
  • Loading branch information
LasaleFamine committed May 24, 2017
1 parent 5ff2762 commit c12c88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ test('correct replace() method', async t => {

test('replace() products correct output', async t => {
const {tmpDir, webpackConfig} = t.context;
const config = hconf(tmpDir, ['FOLDERS', 'VULCANIZE_NO_JS', 'REPLACE', 'MANIFEST']);
const config = hconf(tmpDir, ['FOLDERS', 'VULCANIZE_NO_JS', 'REPLACE']);
const kubozer = new Kubozer(config, webpackConfig);

await kubozer.replace();
Expand All @@ -117,7 +117,7 @@ test('replace() products correct output', async t => {

test('when running replace() the "replace" property of configuration is not mandatory', async t => {
const {tmpDir, webpackConfig} = t.context;
const config = hconf(tmpDir, ['FOLDERS', 'VULCANIZE_NO_JS', 'MANIFEST']);
const config = hconf(tmpDir, ['FOLDERS']);
const kubozer = new Kubozer(config, webpackConfig);

const res = await kubozer.replace();
Expand Down

0 comments on commit c12c88a

Please sign in to comment.