pull/177/head
Paul Pacheco 2022-03-31 10:59:56 -05:00
parent faa6753eac
commit 446fa2fecf
1 changed files with 0 additions and 7 deletions

View File

@ -26,11 +26,4 @@ describe('Action', () => {
expect(path.basename(actionFolder)).toStrictEqual('dist');
expect(fs.existsSync(actionFolder)).toStrictEqual(true);
});
it('returns the docker file', () => {
const { dockerfile } = Action;
expect(path.basename(dockerfile)).toStrictEqual('Dockerfile');
expect(fs.existsSync(dockerfile)).toStrictEqual(true);
});
});