From c786c378fda89bc27390db3995fbf58999711cea Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 19 May 2026 16:09:49 +0200 Subject: [PATCH] test: make test/test.js non-executable and remove shebang --- test/test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.js b/test/test.js index 691f1a5..83a07a8 100644 --- a/test/test.js +++ b/test/test.js @@ -1,4 +1,3 @@ -#!/usr/bin/env node import assert from 'node:assert/strict'; import fs from 'node:fs';