1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-06-06 15:45:50 +00:00

test: make test/test.js non-executable and remove shebang

This commit is contained in:
Girish Ramakrishnan
2026-05-19 15:32:50 +02:00
parent f0e98b3ea0
commit 4b83728ef9
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/env node
import assert from 'node:assert/strict'; import assert from 'node:assert/strict';
import { execSync } from 'node:child_process'; import { execSync } from 'node:child_process';