Skip to content

Instantly share code, notes, and snippets.

@Cst2989
Created October 22, 2021 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cst2989/cd3168f25e2804e8332f6c0c81edf9b4 to your computer and use it in GitHub Desktop.
Save Cst2989/cd3168f25e2804e8332f6c0c81edf9b4 to your computer and use it in GitHub Desktop.
test.only('this will be the only test that runs', () => {
expect(true).toBe(false);
});
// or
describe.only('This will run only this block of tests', () => {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment