mirror of
https://github.com/wuchangming/spy-debugger.git
synced 2026-01-25 14:44:03 +00:00
7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
var weinreDelegateLib = require('../lib/weinre/weinreDelegate');
|
|
describe("spy-debugger", function() {
|
|
it('`lib` should be ok', function () {
|
|
weinreDelegateLib.run({});
|
|
})
|
|
})
|