fix template, remove okr, use casan.*
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import assert from 'node:assert/strict';
|
||||
import test from 'node:test';
|
||||
import { HealthController } from '../src/health.controller.js';
|
||||
|
||||
test('health contract is deterministic', () => {
|
||||
assert.deepEqual(new HealthController().health(), { status: 'ok', service: '__PROJECT_SLUG__-backend' });
|
||||
});
|
||||
Reference in New Issue
Block a user