Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Bug 1024791 - Scan the add-on for tests #1521

Merged
merged 5 commits into from Jun 21, 2014
Merged

Bug 1024791 - Scan the add-on for tests #1521

merged 5 commits into from Jun 21, 2014

Conversation

erikvold
Copy link
Contributor

No description provided.

}

suites = suites.sort().reduce((result, value) => {
if (value != result[result.length]) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this also have result[result.length - 1] like the packed version above (if checking the previous entry of being the same)? Also, maybe we can pull this into its own utility in the same file rather than duplicating. Same for the adding of the suites (where TEST_REGEX is used and suites pushed)

erikvold added a commit that referenced this pull request Jun 21, 2014
Bug 1024791 - Scan the add-on for tests r=@jsantell
@erikvold erikvold merged commit f6bc931 into mozilla:master Jun 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants