Skip to content

Instantly share code, notes, and snippets.

@jeffmo
Created June 1, 2014 17:20
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 jeffmo/2e80968193c89a8a9e97 to your computer and use it in GitHub Desktop.
Save jeffmo/2e80968193c89a8a9e97 to your computer and use it in GitHub Desktop.
[jeffmo@host ~/test]$ time jest
Found 1 matching tests...
PASS __tests__/foo-test.coffee (0.064s)
42
1 tests passed (1 total)
Run time: 1.084s
jest 0.40s user 0.07s system 36% cpu 1.292 total
[jeffmo@host ~/test]$ time jest
Found 1 matching tests...
PASS __tests__/foo-test.coffee (0.053s)
42
1 tests passed (1 total)
Run time: 1.049s
jest 0.39s user 0.07s system 37% cpu 1.246 total
[jeffmo@host ~/test]$ time jest
Found 1 matching tests...
PASS __tests__/foo-test.coffee (0.058s)
42
1 tests passed (1 total)
Run time: 1.047s
jest 1.10s user 0.19s system 103% cpu 1.252 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment