Skip to content

Commit

Permalink
fix: remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Chun-Yang committed Jun 25, 2016
1 parent b0f248b commit 815b1c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/tests/integration/update.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
/* eslint-env mocha */
import fs from 'fs';
import shell from 'shelljs';
import { assert } from 'chai';
import stanza from '../../../src/lib/index';
import createMeteorProject from '../helpers/create-meteor-project';

describe('update', () => {
it('update a meteor app', () => {
createMeteorProject();
shell.exec('mkdir -p client/imports/components/');
stanza('update');

assert(fs.statSync('client/imports/components/ComponentA.jsx').isFile());
Expand Down

0 comments on commit 815b1c2

Please sign in to comment.