Skip to content

Commit

Permalink
breaking: remove shell.config
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 20, 2020
1 parent a28bed7 commit f1d36cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/spec/unit/prepare.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const iosProjectFixture = path.join(FIXTURES, 'ios-config-xml');
const iosProject = path.join(os.tmpdir(), 'prepare');
const iosPlatform = path.join(iosProject, 'platforms/ios');

shell.config.silent = true;

const ConfigParser = require('cordova-common').ConfigParser;

describe('prepare', () => {
Expand Down
2 changes: 0 additions & 2 deletions tests/spec/unit/preparePlatform.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ const iosProject = path.join(FIXTURES, 'dummyProj');
const iosPlatform = path.join(iosProject, 'platforms/ios');
const dummyPlugin = path.join(FIXTURES, DUMMY_PLUGIN);

shell.config.silent = true;

describe('prepare after plugin add', () => {
let api;
beforeEach(() => {
Expand Down

0 comments on commit f1d36cb

Please sign in to comment.