Remove empty test
This commit is contained in:
parent
c8d38a4af2
commit
be0f0659b9
@ -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;
|
|
||||||
|
|
||||||
|
|
||||||
});
|
|
Loading…
x
Reference in New Issue
Block a user