-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Eliminate manual testing which is error-prone and time consuming, and must be repeated many times through the PR review process - Make contributing more fun. For many, fixing bugs and making new badges is faster and more satisfying with automated tests than with manual testing. - Push out the work of testing new badges to a much broader net. The PR originator could write tests, but so could any other contributor who wants to push review along. - Detect badge failures resulting from changes in vendor contracts without waiting for user reports. - Detect and prevent regressions in the code. - Be runnable, readable, writable, and editable by as many developers as possible, including those who may not be familiar with JavaScript test tools. -- @paulmelnikow, @niccokunzmann, @Daniel15
- Loading branch information
1 parent
a0663d8
commit 5c147b8
Showing
12 changed files
with
757 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
instrumentation: | ||
excludes: ['lib/suggest.js', 'vendor/**/*.js'] |
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
Oops, something went wrong.