-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 Updating: [anyone]: (1.0.2), [vest-utils]: (0.0.2), [context]: (2.0…
….8), [n4s]: (4.1.9), [vast]: (1.0.11), [vest]: (4.5.0) 9b46fb6 types(vest): add suiteName type to SuiteResult (ealush) 47d688a lint: ignore comments in max-lines (ealush) a9070d9 documentation: add code comments to enforceEager (ealush) e4590ac lint: sort exports (ealush) b94b568 patch(vest): use suiteSelectors from vest top level api in parser module (ealush) 24e4cea added(vest): expose suiteSelectors as a top level API (ealush) 1812e68 patch(vest): remove unneeded base object in context assignment (ealush) 590ad76 patch(vest): Remove suiteSummary from context (ealush) e8dbbc9 patch(vest): move suite selectors out into their own module for easier consumption by external sources (#906) (Evyatar) 8597af2 patch(vest): Call done callback immediately when field does not exist (ealush) e94a2df vx: getModuleAliases add package name (ealush) 238ccfa patch(vest-utils): added patch utils package (ealush) 1303163 patch(vx): make current package a global as well (ealush) 17c39f6 types(vest): improve getFailures overload (ealush) d4d4cb1 patch(vest): Remove unneeded empty check in hasRemainigTests (ealush) e7db774 types: consistently use cb type (ealush) 92c0e70 vx: build single (ealush) 1d77692 lint: fix lint errors (ealush) b621b6a chore: update gitignore (ealush) 1919dec Update coverage.yml (Evyatar)
- Loading branch information
Showing
6 changed files
with
13 additions
and
13 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"name": "vest-utils", | ||
"author": "ealush", | ||
"scripts": { | ||
|
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