Skip to content

Karma: Tests not picked up with top-level describe() #3

@rezonant

Description

@rezonant

Karma does not detect or run tests when using top-level describe() (as opposed to suite()).

import { describe } from 'razmin';
describe(it => { ... });

Works just fine with:

import { suite } from 'razmin';
suite(describe => {
    describe(it => { ... });
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions