fix: runned prettier

This commit is contained in:
Stefano Vuerich
2020-11-19 11:46:34 +01:00
parent 3525e6f687
commit 09d90484ea
2 changed files with 2 additions and 3 deletions
@@ -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