mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-04 22:47:37 +08:00
5 lines
141 B
CoffeeScript
5 lines
141 B
CoffeeScript
describe 'debugger', ->
|
|
describe 'heap snapshot', ->
|
|
it 'should not crash', ->
|
|
process.atomBinding('v8_util').takeHeapSnapshot()
|