-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: Inline cli-watch.js test cases and remove "expected/" directory
* Improve and simplify test case naming. * Inline the test case "expected" output for improved comprehension of the purpose of the test, and to make it easier to edit in the future. This was the last remnant of the expected/ directory that we used to use for cli-main.js as well. (The latter has mostly been moved to inline cases as well, plus many using the `.tap.txt` files for simple cases where what's being tested is all in the fixture file, and not in cli-main.js itself.) * Use QUnit.test.each() to make the difference between the first two tests easier to spot. This isn't code de-duplication per-se, since I don't mind that much, but it's to clarify what's difference since they looked nearly the same.
- Loading branch information
Showing
2 changed files
with
165 additions
and
202 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
Oops, something went wrong.