wizard icon indicating copy to clipboard operation
wizard copied to clipboard

[DEPRECATED] 🧙🏼‍♂️ Minimal Jest-like unit testing framework for Deno.

Results 5 wizard issues
Sort by recently updated
recently updated
newest added

Hey!. I like Table Driven Test with `jest.each`. Are there any plans to implement like `jest.each`?

We should support for nested `describe`: ```js describe('group 1', () => { describe('group 1.1', () => { // ... }) }) ```

enhancement
help wanted

We should add `beforeEach`, `beforeAll` etc hooks to Wizard.

enhancement
help wanted

Before it mistakenly showed the filename of wizard src but it needs to print the current test file

enhancement
help wanted

- `--no-color` - disable color - `[test suite]` - run specific test suite - `--collectCoverage` - run `deno coverage` after test run and print a coverage table Example: ```sh deno...

enhancement