From 645a75a262719d2932c85cf55d71df36d6037e0c Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Fri, 8 Nov 2024 12:42:00 -0600 Subject: [PATCH] test 2 --- src/dev/run_precommit_hook.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dev/run_precommit_hook.js b/src/dev/run_precommit_hook.js index c17ab85559a75..31b8566865a11 100644 --- a/src/dev/run_precommit_hook.js +++ b/src/dev/run_precommit_hook.js @@ -16,6 +16,7 @@ import * as Eslint from './eslint'; import * as Stylelint from './stylelint'; import { getFilesForCommit, checkFileCasing } from './precommit_hook'; +// test // test run( async ({ log, flags }) => {