Skip to content

Instantly share code, notes, and snippets.

@PieterGit
Created October 21, 2017 13:09
Show Gist options
  • Save PieterGit/5aada655fb268559bdcd229f9d621de1 to your computer and use it in GitHub Desktop.
Save PieterGit/5aada655fb268559bdcd229f9d621de1 to your computer and use it in GitHub Desktop.
failing tests
not ok 1 admintools should produce some html
TypeError: Cannot read property 'setProperty' of undefined
at Element.styleConstant (node_modules/d3/d3.js:751:17)
at node_modules/d3/d3.js:962:16
at d3_selection_each (node_modules/d3/d3.js:968:30)
at Array.d3_selectionPrototype.each (node_modules/d3/d3.js:961:12)
at Array.d3_selectionPrototype.style (node_modules/d3/d3.js:744:17)
at init (lib/client/chart.js:9:785)
at Object.dataUpdate (lib/client/index.js:9:67903)
at Context.<anonymous> (tests/admintools.test.js:207:12)
not ok 66 client open careportal, and enter a treatment
TypeError: Cannot read property 'setProperty' of undefined
at Element.r (tmp/js/bundle.js:9:1025212)
at tmp/js/bundle.js:9:1299373
at V (tmp/js/bundle.js:9:1029115)
at Array.No.each (tmp/js/bundle.js:9:1299266)
at Array.No.style (tmp/js/bundle.js:9:1290327)
at i (tmp/js/bundle.js:9:4234940)
at Object.J [as dataUpdate] (tmp/js/bundle.js:9:3618026)
at Context.<anonymous> (tests/careportal.test.js:50:12)
at tests/fixtures/headless.js:160:7
at Object.done (node_modules/benv/index.js:32:21)
at process.nextTick (node_modules/jsdom/lib/old-api.js:351:18)
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
not ok 204 Profile editor should produce some html
TypeError: Cannot read property 'setProperty' of undefined
at Element.styleConstant (node_modules/d3/d3.js:751:17)
at node_modules/d3/d3.js:962:16
at d3_selection_each (node_modules/d3/d3.js:968:30)
at Array.d3_selectionPrototype.each (node_modules/d3/d3.js:961:12)
at Array.d3_selectionPrototype.style (node_modules/d3/d3.js:744:17)
at init (lib/client/chart.js:9:785)
at Object.dataUpdate (lib/client/index.js:9:67903)
at Context.<anonymous> (tests/profileeditor.test.js:122:12)
at tests/fixtures/headless.js:160:7
at Object.module.exports.setup (node_modules/benv/index.js:24:56)
at Function.init [as setup] (tests/fixtures/headless.js:16:10)
at Context.<anonymous> (tests/profileeditor.test.js:94:14)
not ok 224 reports should produce some html
TypeError: Cannot read property 'setProperty' of undefined
at Element.r (tmp/js/bundle.js:9:1025212)
at tmp/js/bundle.js:9:1299373
at V (tmp/js/bundle.js:9:1029115)
at Array.No.each (tmp/js/bundle.js:9:1299266)
at Array.No.style (tmp/js/bundle.js:9:1290327)
at i (tmp/js/bundle.js:9:4234940)
at Object.J [as dataUpdate] (tmp/js/bundle.js:9:3618026)
at afterInit (tests/reports.test.js:229:14)
at tmp/js/bundle.js:9:3628856
at Object.mockEmit [as emit] (tests/fixtures/headless.js:146:19)
at tmp/js/bundle.js:9:3628053
at Object.mockOn [as on] (tests/fixtures/headless.js:141:19)
at Object.m.load (tmp/js/bundle.js:9:3627901)
at tmp/js/bundle.js:9:3589582
at Object.mockDone [as done] (tests/fixtures/headless.js:71:19)
at Object.m.init (tmp/js/bundle.js:9:3589380)
at Context.<anonymous> (tests/reports.test.js:228:12)
at tests/fixtures/headless.js:160:7
at Object.module.exports.setup (node_modules/benv/index.js:24:56)
at Function.init [as setup] (tests/fixtures/headless.js:16:10)
at Context.<anonymous> (tests/reports.test.js:197:14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment