mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-26 12:55:58 +08:00
Add spec for heap snapshot crash (#66).
This commit is contained in:
4
spec/web/debugger.coffee
Normal file
4
spec/web/debugger.coffee
Normal file
@@ -0,0 +1,4 @@
|
||||
describe 'debugger', ->
|
||||
describe 'heap snapshot', ->
|
||||
it 'should not crash', ->
|
||||
process.atomBinding('v8_util').takeHeapSnapshot()
|
||||
Reference in New Issue
Block a user