Javascript: How to Disable Jest Tests

Rating: 3

You can disable jest tests with describe.skip() or test.skip().

More Info