Skip to content

Commit

Permalink
test: remove obsolete domain test
Browse files Browse the repository at this point in the history
test-microtask-queue-integration-domain.js tests that the behavior of
another test, test-microtask-queue-integration.js, is still
consistent when the core domain module is loaded.

This was needed because before the changes in #16222 were merged, the
core domain module would replace the function that would call nextTick
callbacks with a different implementation.

This is no longer the case, and therefore that test is no longer needed.

PR-URL: #23342
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Julien Gilli authored and jasnell committed Oct 17, 2018
1 parent f9d79ea commit ed6e4bc
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions test/parallel/test-microtask-queue-integration-domain.js

This file was deleted.

0 comments on commit ed6e4bc

Please sign in to comment.