Files
2026-05-26 23:36:42 -07:00

12 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
}