FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: remove Object.observe from tests by vkurchatkin · Pull Request #4769 · nodejs/node · GitHub

/ node Public
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .js  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ require('domain');
var implementations = [
function(fn) {
Promise.resolve().then(fn);
},
function(fn) {
var obj = {};

Object.observe(obj, fn);

obj.a = 1;
}
];

Expand Down
7 changes: 0 additions & 7 deletions test/parallel/test-microtask-queue-integration.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ var assert = require('assert');
var implementations = [
function(fn) {
Promise.resolve().then(fn);
},
function(fn) {
var obj = {};

Object.observe(obj, fn);

obj.a = 1;
}
];

Expand Down

Back | FazBrowse Home | New Git URL