Skip to content

Cannot run the example app: jest: command not found #24

@jsamr

Description

@jsamr
cd example
yarn install
yarn test
$ jest
/bin/sh: line 1: jest: command not found

Try install jest:

yarn add jest
yarn test
$ jest
TypeError: Jest: a transform must export something.

Try install jest@^26:

yarn add jest@^26
yarn test

Now it works!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions