Skip to content

Commit

Permalink
restore e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham committed Aug 7, 2017
1 parent 0c441fe commit 8c72af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/commands/import.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('bit import', function () {
expect(output.includes('successfully imported the following Bit components')).to.be.true;
expect(output.includes('imprel/imprel')).to.be.true;
});
it.only('should write the internal files according to their relative paths', () => {
it('should write the internal files according to their relative paths', () => {
const expectedLocationImprel = path.join(helper.localScopePath, 'components', 'imprel', 'impreldist', 'src', 'imprel.js');
const expectedLocationImprelSpec = path.join(helper.localScopePath, 'components', 'imprel', 'impreldist', 'src', 'imprel.spec.js');
const expectedLocationMyUtil = path.join(helper.localScopePath, 'components', 'imprel', 'impreldist', 'src', 'utils', 'myUtil.js');
Expand Down

0 comments on commit 8c72af9

Please sign in to comment.