mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
Closes: https://github.com/nodejs/node/issues/52567 PR-URL: https://github.com/nodejs/node/pull/52780 Fixes: https://github.com/nodejs/node/issues/52567 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
8 lines
98 B
JavaScript
8 lines
98 B
JavaScript
"use strict";
|
|
|
|
const RuleTester = require("./rule-tester");
|
|
|
|
module.exports = {
|
|
RuleTester
|
|
};
|