Remove empty test

This commit is contained in:
Lentil Hoffman 2025-06-19 16:35:37 -05:00
parent 4868a8d405
commit bfc7aab36a
Signed by: lentil
GPG Key ID: 0F5B99F3F4D0C087

View File

@ -1,13 +0,0 @@
import Docker from 'dockerode';
import { describe, it, beforeAll, afterAll, expect } from '@jest/globals';
import Debug from 'debug';
const debug = Debug('rz:test:docker-smoke');
// Simple test to verify Docker is working
describe('Docker Smoke Test', () => {
let docker: Docker;
let container: any;
});