-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manifest reference instead of the data itself (#14)
* Implementation draft (issue with mocking in tests). * The funny way to mock in the tests. * Adjusting integration test. * rm redundant import int test. * Moving the sample file into a nested dir. * rm empty options. * Customizing it() instead of beforeEach. * Using customized test runner. * Minor ref. * Fix int test command. * Using custom it() with lookup to custom scenarios on before(). * Better class Runner. * Ref: naming and shortening. * Fix usage of title. * REF: using ctx.cwd as the default package dir. * Ref: extracting for neatness. * mv runner to tools. * Ref: shortening. * Ref: extracting types and helpers. * mv test-runner dir. * Fix restore usage of helpers and types. * Minor naming. * Readme: updating documentation. * Note on dir. * notice on excluding tests. * rm intro, redundant now. * rm redundant beforeAll. * Apply suggestions from code review * rm redundant type. * Ref: simpler isInvalid implementation. * Ref: simpler type for isInvalid. * even more. * toCases(). * Changelog: 0.4.0. * 0.4.0-beta.1 * Instructions on absolute path. * add prefixes.
- Loading branch information
Anna Bocharova
authored
Aug 10, 2024
1 parent
ce41777
commit 0b21e34
Showing
14 changed files
with
248 additions
and
192 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
File renamed without changes.
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.