fix: runned prettier
This commit is contained in:
@@ -17,10 +17,9 @@ import Stream, { PassThrough } from 'stream';
|
||||
import os from 'os';
|
||||
import fs from 'fs';
|
||||
import Docker from 'dockerode';
|
||||
import { UserOptions, runDockerContainer} from './helpers';
|
||||
import { UserOptions, runDockerContainer } from './helpers';
|
||||
|
||||
describe('helpers', () => {
|
||||
|
||||
const mockDocker = new Docker() as jest.Mocked<Docker>;
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
@@ -38,7 +38,7 @@ export type RunCommandOptions = {
|
||||
|
||||
export type UserOptions = {
|
||||
User?: string;
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Gets the templater key to use for templating from the entity
|
||||
|
||||
Reference in New Issue
Block a user