Skip to content

Instantly share code, notes, and snippets.

@jeffmo
Created June 1, 2014 17:19
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/37220916b440d20a465a to your computer and use it in GitHub Desktop.
Save jeffmo/37220916b440d20a465a to your computer and use it in GitHub Desktop.
[jeffmo@host ~/test]$ time jest
Found 1 matching tests...
PASS __tests__/foo-test.coffee (0.055s)
42
42
1 tests passed (1 total)
Run time: 1.096s
jest 0.43s user 0.08s system 38% cpu 1.306 total
[jeffmo@host ~/test]$ time jest
Found 1 matching tests...
PASS __tests__/foo-test.coffee (0.051s)
42
42
1 tests passed (1 total)
Run time: 1.023s
jest 0.39s user 0.07s system 37% cpu 1.223 total
[jeffmo@host ~/test]$ time jest
Found 1 matching tests...
PASS __tests__/foo-test.coffee (0.055s)
42
42
1 tests passed (1 total)
Run time: 1.048s
jest 0.39s user 0.07s system 36% cpu 1.250 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment