Last active
September 4, 2017 21:27
-
-
Save ncuillery/5996268e37335ce8b5959b16864ff99f to your computer and use it in GitHub Desktop.
Medium buddybuild/ESLint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "numFailedTestSuites": 1, | |
| "numFailedTests": 1, | |
| "numPassedTestSuites": 13, | |
| "numPassedTests": 98, | |
| "numPendingTestSuites": 0, | |
| "numPendingTests": 0, | |
| "numRuntimeErrorTestSuites": 0, | |
| "numTotalTestSuites": 14, | |
| "numTotalTests": 99, | |
| "snapshot": { | |
| "added": 0, | |
| "didUpdate": false, | |
| "failure": false, | |
| "filesAdded": 0, | |
| "filesRemoved": 0, | |
| "filesUnmatched": 0, | |
| "filesUpdated": 0, | |
| "matched": 92, | |
| "total": 92, | |
| "unchecked": 0, | |
| "unmatched": 0, | |
| "updated": 0 | |
| }, | |
| "startTime": 1504559234058, | |
| "success": false, | |
| "testResults": [ | |
| { | |
| "assertionResults": [ | |
| { | |
| "failureMessages": [ | |
| "Error: \u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).toBe(\u001b[22m\u001b[32mexpected\u001b[39m\u001b[2m)\u001b[22m\n\nExpected value to be (using ===):\n \u001b[32m3\u001b[39m\nReceived:\n \u001b[31m2\u001b[39m\n at Object.<anonymous> (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/src\/stats\/__tests__\/statsEpics.spec.js:66:57)\n at Object.asyncFn (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/jest-jasmine2\/build\/jasmine-async.js:68:30)\n at resolve (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/jest-jasmine2\/build\/queueRunner.js:38:12)\n at tryCallTwo (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/promise\/lib\/core.js:45:1)\n at doResolve (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/promise\/lib\/core.js:200:9)\n at new Promise (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/promise\/lib\/core.js:66:1)\n at mapper (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/jest-jasmine2\/build\/queueRunner.js:31:21)\n at Promise.resolve.then.el (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/p-map\/index.js:42:16)\n at tryCallOne (\/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/promise\/lib\/core.js:37:8)\n at \/Users\/ncuillery\/Dev\/M6\/app-foosby\/node_modules\/promise\/lib\/core.js:123:9" | |
| ], | |
| "status": "failed", | |
| "title": "should emit on DB_GAMES_CHANGE" | |
| }, | |
| { | |
| "failureMessages": [], | |
| "status": "passed", | |
| "title": "should emit when game ends" | |
| }, | |
| { | |
| "failureMessages": [], | |
| "status": "passed", | |
| "title": "should not emit in case of new game" | |
| }, | |
| ], | |
| "endTime": 1504559235982, | |
| "message": "\u001b[1m\u001b[31m \u001b[1m\u25cf \u001b[1mInit stat epic \u203a should emit on DB_GAMES_CHANGE\u001b[39m\u001b[22m\n\n \u001b[2mexpect(\u001b[22m\u001b[31mreceived\u001b[39m\u001b[2m).toBe(\u001b[22m\u001b[32mexpected\u001b[39m\u001b[2m)\u001b[22m\n \n Expected value to be (using ===):\n \u001b[32m3\u001b[39m\n Received:\n \u001b[31m2\u001b[39m\n\u001b[2m \n \u001b[2mat Object.<anonymous> (\u001b[2m\u001b[0m\u001b[36msrc\/stats\/__tests__\/statsEpics.spec.js\u001b[39m\u001b[0m\u001b[2m:66:57)\u001b[2m\n \u001b[2mat tryCallTwo (\u001b[2mnode_modules\/promise\/lib\/core.js\u001b[2m:45:1)\u001b[2m\n \u001b[2mat doResolve (\u001b[2mnode_modules\/promise\/lib\/core.js\u001b[2m:200:9)\u001b[2m\n \u001b[2mat new Promise (\u001b[2mnode_modules\/promise\/lib\/core.js\u001b[2m:66:1)\u001b[2m\n \u001b[2mat Promise.resolve.then.el (\u001b[2mnode_modules\/p-map\/index.js\u001b[2m:42:16)\u001b[2m\n \u001b[2mat tryCallOne (\u001b[2mnode_modules\/promise\/lib\/core.js\u001b[2m:37:8)\u001b[2m\n \u001b[2mat \u001b[2mnode_modules\/promise\/lib\/core.js\u001b[2m:123:9\u001b[2m\u001b[22m\n", | |
| "name": "\/Users\/ncuillery\/Dev\/MyApp\/src\/stats\/__tests__\/statsEpics.spec.js", | |
| "startTime": 1504559234175, | |
| "status": "failed", | |
| "summary": "" | |
| }, | |
| /* Other test suites */ | |
| ], | |
| "wasInterrupted": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment