PR-URL: https://github.com/nodejs/node/pull/54494 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
11 lines
242 B
JavaScript
11 lines
242 B
JavaScript
'use strict';
|
|
// Here we can't import common module as the coverage will be different based on the system
|
|
|
|
// Empty functions that don't do anything
|
|
function doNothing1() {
|
|
// Not implemented
|
|
}
|
|
|
|
function doNothing2() {
|
|
// No logic here
|
|
}
|