From 8c72af9e3baf6121c1acce5ebbc5aecb5d789bb6 Mon Sep 17 00:00:00 2001 From: Gilad Shoham Date: Mon, 7 Aug 2017 11:39:54 +0300 Subject: [PATCH] restore e2e tests --- e2e/commands/import.e2e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/commands/import.e2e.js b/e2e/commands/import.e2e.js index 921ecf24508..4958c23277b 100644 --- a/e2e/commands/import.e2e.js +++ b/e2e/commands/import.e2e.js @@ -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');