Skip to content

Instantly share code, notes, and snippets.

@laripk
Created October 27, 2011 22:20
Show Gist options
  • Save laripk/1321074 to your computer and use it in GitHub Desktop.
Save laripk/1321074 to your computer and use it in GitHub Desktop.
guard-jasmine error message
ERROR: Cannot decode JSON from PhantomJS runner: 710: unexpected token at '{"error":"Timeout requesting Jasmine test runner!"}
'
ERROR: Please report an issue at: https://github.com/netzpirat/guard-jasmine/issues
ERROR: JSON response: {
"passed": false,
"stats": {
"specs": 6,
"failures": 5,
"time": 0.019
},
"suites": [
{
"description": "Grid jasmine hookup",
"passed": false,
"specs": [
{
"description": "can create a NamedGrid",
"passed": false,
"messages": [
"TypeError: Result of expression 'StoredSheet.Sheet' [undefined] is not a constructor. in http://localhost:3000/assets/backbone/views/named_grid_spec.js?body=1 (line 38)",
"TypeError: Result of expression 'StoredSheet.Views.NamedGrid' [undefined] is not a constructor. in http://localhost:3000/assets/backbone/views/named_grid_spec.js?body=1 (line 44)"
]
}
],
"suites": []
},
{
"description": "Grid jasmine hookup",
"passed": false,
"specs": [
{
"description": "sees the StoredSheet namespace",
"passed": false,
"messages": [
"TypeError: Result of expression 'StoredSheet.Sheet' [undefined] is not a constructor. in http://localhost:3000/assets/sheet_view_spec.js?body=1 (line 38)",
"Passed."
]
},
{
"description": "can create a NamedGrid",
"passed": false,
"messages": [
"TypeError: Result of expression 'StoredSheet.Sheet' [undefined] is not a constructor. in http://localhost:3000/assets/sheet_view_spec.js?body=1 (line 38)",
"TypeError: Result of expression 'StoredSheet.Views.NamedGrid' [undefined] is not a constructor. in http://localhost:3000/assets/sheet_view_spec.js?body=1 (line 49)"
]
}
],
"suites": []
}
]
}
{"error":"Timeout requesting Jasmine test runner!"}
ERROR: Cannot decode JSON from PhantomJS runner: 710: unexpected token at '{"error":"Timeout requesting Jasmine test runner!"}
'
ERROR: Please report an issue at: https://github.com/netzpirat/guard-jasmine/issues
ERROR: JSON response: {
"passed": true,
"stats": {
"specs": 1,
"failures": 0,
"time": 0.026
},
"suites": [
{
"description": "Grid jasmine hookup",
"passed": true,
"specs": [
{
"description": "can create a NamedGrid",
"passed": true
}
],
"suites": []
}
]
}
{"error":"Timeout requesting Jasmine test runner!"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment