Scaffold: package contract, docker CI gate, Renovate
CI / gate (push) Successful in 7s

This commit is contained in:
2026-08-23 23:49:35 +02:00
parent 8fd20d8601
commit 4398fe580f
14 changed files with 548 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
import assert from 'node:assert/strict'
import test from 'node:test'
test('the test harness runs TypeScript', () => {
const answer: number = 42
assert.equal(answer, 42)
})