some final touches to the doAsk/answer project
This commit is contained in:
parent
b6e9ecf0b5
commit
365e93f16a
3 changed files with 2 additions and 10 deletions
test/unit
|
@ -77,14 +77,6 @@ describe ('Interpreter', function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe('PauseActiveThread', function() {
|
||||
it('should call clearTimeout', function() {
|
||||
spyOn(window, "setTimeout");
|
||||
interp.prototype.pauseActiveThread();
|
||||
expect(window.setTimeout).toHaveBeenCalled();
|
||||
});
|
||||
});
|
||||
|
||||
describe('TargetStage', function() {
|
||||
it('should return the target.stage object', function() {
|
||||
runtime = new runtimeMock();
|
||||
|
|
Reference in a new issue