-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: 100% coverage in get-options-overrides (createFilter) - get the skipped test to work by using absolute paths, as that is what the `filter` function expects (and is how it is used in this codebase) - use the same helper func on the main `createFilter` test as well to ensure that we're consistently testing the same paths - (though `**/*` basically matches _everything_) - add a test for project references as well - and remove the `**/*` from the include for this so it doesn't match everything - this also tests the single string include code path as well - add a test for the `context.debug()` statements as well - couldn't get to 100% Funcs coverage without this - used a simplified mock instead of actually using `RollupContext` so that this doesn't rely on that file/unit to work * quick fix for Windows?
- Loading branch information
Showing
1 changed file
with
56 additions
and
12 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