-
Notifications
You must be signed in to change notification settings - Fork 934
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/teambit/bit into module-f…
…ederation # Conflicts: # scopes/preview/preview/preview.main.runtime.tsx # scopes/preview/preview/preview.task.ts # scopes/react/react/mount.tsx # scopes/react/react/webpack/webpack.config.base.preview.ts
- Loading branch information
Showing
297 changed files
with
6,037 additions
and
4,493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -340,7 +340,7 @@ console.log(barFoo.default());`; | |
const RelativeCompClass = IssuesClasses.relativeComponents; | ||
expect(output).to.have.string('error: issues found with the following component dependencies'); | ||
expect(output).to.have.string(`${helper.scopes.remote}/utils/[email protected]`); | ||
expect(output).to.have.string(new RelativeCompClass().description); | ||
expect(output).to.have.string(new RelativeCompClass().descriptionWithSolution); | ||
expect(output).to.have.string('is-string.js -> utils/is-type'); | ||
}); | ||
}); | ||
|
@@ -372,7 +372,7 @@ console.log(barFoo.default());`; | |
}); | ||
it('should not allow tagging the component', () => { | ||
const RelativeCompClass = IssuesClasses.relativeComponents; | ||
expect(output).to.have.string(new RelativeCompClass().description); | ||
expect(output).to.have.string(new RelativeCompClass().descriptionWithSolution); | ||
}); | ||
}); | ||
|
||
|
Oops, something went wrong.