|
@@ -59,7 +59,6 @@ describe('CodeEditor.Model', () => {
|
|
it('should be the observable value of the model', () => {
|
|
it('should be the observable value of the model', () => {
|
|
let called = false;
|
|
let called = false;
|
|
model.value.changed.connect((sender, args) => {
|
|
model.value.changed.connect((sender, args) => {
|
|
- console.log('hi', args.value);
|
|
|
|
expect(sender).to.equal(model.value);
|
|
expect(sender).to.equal(model.value);
|
|
expect(args.type).to.equal('set');
|
|
expect(args.type).to.equal('set');
|
|
expect(args.value).to.equal('foo');
|
|
expect(args.value).to.equal('foo');
|